#EA8047

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

Shades of Flamenco #EA8047

Tints of Flamenco #EA8047

Color information

#EA8047 (or 0xEA8047) is unknown color: approx Flamenco. HEX triplet: EA, 80 and 47. RGB value is (234,128,71). Sum of RGB (Red+Green+Blue) = 234+128+71=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 71 (28.12% from 255 or 16.40% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8047 is #157FB8. Grayscale: #999999. Windows color (decimal): -1408953 or 4686058. OLE color: 4686058.

HSL color Cylindrical-coordinate representation of color #EA8047: hue angle of 20.98º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA8047 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB23412871-
CMYK00.450.700.08
HSL20.98º79.51%59.8%-
HSV(B)20.98º69.66%91.76%-
XYZ42.7933.3910.15-
YUV153.281.62185.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.04%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 71 (28.12% from 255) = 16.40%
R=54.04%
G=29.56%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341287100.450.700.0820.9879.5159.8
HexEA804702D46815503c
Octal352200107055106102512074
Binary11101010100000001000111010110110001101000101011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8047; }

 p { color: rgb(234,128,71); }

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

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

 a { background-color: rgb(234,128,71); }

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

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

 span { border-color: rgb(234,128,71); }

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