#EA8745

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

Shades of Flamenco #EA8745

Tints of Flamenco #EA8745

Color information

#EA8745 (or 0xEA8745) is unknown color: approx Flamenco. HEX triplet: EA, 87 and 45. RGB value is (234,135,69). Sum of RGB (Red+Green+Blue) = 234+135+69=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 69 (27.34% from 255 or 15.75% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8745 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8745 is #1578BA. Grayscale: #9D9D9D. Windows color (decimal): -1407163 or 4556778. OLE color: 4556778.

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

Color convert

RGB23413569-
CMYK00.420.710.08
HSL24º79.71%59.41%-
HSV(B)24º70.51%91.76%-
XYZ43.6735.2510.13-
YUV157.0878.3182.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.42%
GREEN value IS 135 (53.12% from 255) = 30.82%
BLUE value IS 69 (27.34% from 255) = 15.75%
R=53.42%
G=30.82%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341356900.420.710.082479.7159.41
HexEA874502A47818503b
Octal352207105052107103012073
Binary11101010100001111000101010101010001111000110001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8745; }

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

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

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

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

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

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

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

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