#EA7F47

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

Shades of Flamenco #EA7F47

Tints of Flamenco #EA7F47

Color information

#EA7F47 (or 0xEA7F47) is unknown color: approx Flamenco. HEX triplet: EA, 7F and 47. RGB value is (234,127,71). Sum of RGB (Red+Green+Blue) = 234+127+71=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 71 (28.12% from 255 or 16.44% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7F47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7F47 is #1580B8. Grayscale: #989898. Windows color (decimal): -1409209 or 4685802. OLE color: 4685802.

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

Color convert

RGB23412771-
CMYK00.460.700.08
HSL20.61º79.51%59.8%-
HSV(B)20.61º69.66%91.76%-
XYZ42.6633.1310.11-
YUV152.6181.95186.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.17%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 71 (28.12% from 255) = 16.44%
R=54.17%
G=29.40%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341277100.460.700.0820.6179.5159.8
HexEA7F4702E46815503c
Octal352177107056106102512074
Binary1110101011111111000111010111010001101000101011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7F47; }

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

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

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

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

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

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

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

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