#EA8642

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

Shades of Flamenco #EA8642

Tints of Flamenco #EA8642

Color information

#EA8642 (or 0xEA8642) is unknown color: approx Flamenco. HEX triplet: EA, 86 and 42. RGB value is (234,134,66). Sum of RGB (Red+Green+Blue) = 234+134+66=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8642 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8642 is #1579BD. Grayscale: #9C9C9C. Windows color (decimal): -1407422 or 4359914. OLE color: 4359914.

HSL color Cylindrical-coordinate representation of color #EA8642: hue angle of 24.29º 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 #EA8642 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB23413466-
CMYK00.430.720.08
HSL24.29º80%58.82%-
HSV(B)24.29º71.79%91.76%-
XYZ43.4434.949.61-
YUV156.1577.13183.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.92%
GREEN value IS 134 (52.73% from 255) = 30.88%
BLUE value IS 66 (26.17% from 255) = 15.21%
R=53.92%
G=30.88%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341346600.430.720.0824.298058.82
HexEA864202B48818503b
Octal352206102053110103012073
Binary11101010100001101000010010101110010001000110001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8642; }

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

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

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

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

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

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

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

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