#EA8144

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

Shades of Flamenco #EA8144

Tints of Flamenco #EA8144

Color information

#EA8144 (or 0xEA8144) is unknown color: approx Flamenco. HEX triplet: EA, 81 and 44. RGB value is (234,129,68). Sum of RGB (Red+Green+Blue) = 234+129+68=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 68 (26.95% from 255 or 15.78% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8144 is #157EBB. Grayscale: #999999. Windows color (decimal): -1408700 or 4489706. OLE color: 4489706.

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

Color convert

RGB23412968-
CMYK00.450.710.08
HSL22.05º79.81%59.22%-
HSV(B)22.05º70.94%91.76%-
XYZ42.8333.619.7-
YUV153.4479.79185.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.29%
GREEN value IS 129 (50.78% from 255) = 29.93%
BLUE value IS 68 (26.95% from 255) = 15.78%
R=54.29%
G=29.93%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341296800.450.710.0822.0579.8159.22
HexEA814402D47816503b
Octal352201104055107102612073
Binary11101010100000011000100010110110001111000101101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8144; }

 p { color: rgb(234,129,68); }

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

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

 a { background-color: rgb(234,129,68); }

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

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

 span { border-color: rgb(234,129,68); }

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