#EA8B42

Color #EA8B42 Flamenco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamenco #EA8B42

Tints of Flamenco #EA8B42

Color information

#EA8B42 (or 0xEA8B42) is unknown color: approx Flamenco. HEX triplet: EA, 8B and 42. RGB value is (234,139,66). Sum of RGB (Red+Green+Blue) = 234+139+66=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8B42 is #1574BD. Grayscale: #9F9F9F. Windows color (decimal): -1406142 or 4361194. OLE color: 4361194.

HSL color Cylindrical-coordinate representation of color #EA8B42: hue angle of 26.07º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA8B42 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB23413966-
CMYK00.410.720.08
HSL26.07º80%58.82%-
HSV(B)26.07º71.79%91.76%-
XYZ44.1536.359.84-
YUV159.0875.47181.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 53.30%
GREEN value IS 139 (54.69% from 255) = 31.66%
BLUE value IS 66 (26.17% from 255) = 15.03%
R=53.30%
G=31.66%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341396600.410.720.0826.078058.82
HexEA8B420294881a503b
Octal352213102051110103212073
Binary11101010100010111000010010100110010001000110101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8B42; }

 p { color: rgb(234,139,66); }

 H1.HeaderClassName
 {
   color: #EA8B42;
 }
 .AnyTagClassName
 {
   color: #EA8B42;
 }
</style>
background-color css

<style>
 a { background-color: #EA8B42; }

 a { background-color: rgb(234,139,66); }

 div.DivClassName
 {
   background-color: #EA8B42;
 }
 .BgClassName
 {
   background-color: #EA8B42;
 }
</style>
border-color css

<style>
 span { border-color: #EA8B42; }

 span { border-color: rgb(234,139,66); }

 td.TdClassName
 {
   border-color: #EA8B42;
 }
 .TagClassName
 {
   border-color: #EA8B42;
 }
</style>