#EA8645

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

Shades of Flamenco #EA8645

Tints of Flamenco #EA8645

Color information

#EA8645 (or 0xEA8645) is unknown color: approx Flamenco. HEX triplet: EA, 86 and 45. RGB value is (234,134,69). Sum of RGB (Red+Green+Blue) = 234+134+69=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8645 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8645 is #1579BA. Grayscale: #9C9C9C. Windows color (decimal): -1407419 or 4556522. OLE color: 4556522.

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

Color convert

RGB23413469-
CMYK00.430.710.08
HSL23.64º79.71%59.41%-
HSV(B)23.64º70.51%91.76%-
XYZ43.5334.9710.09-
YUV156.4978.63183.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.55%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 69 (27.34% from 255) = 15.79%
R=53.55%
G=30.66%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341346900.430.710.0823.6479.7159.41
HexEA864502B47818503b
Octal352206105053107103012073
Binary11101010100001101000101010101110001111000110001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8645; }

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

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

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

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

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

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

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

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