#EE8049

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

Shades of Flamenco #EE8049

Tints of Flamenco #EE8049

Color information

#EE8049 (or 0xEE8049) is unknown color: approx Flamenco. HEX triplet: EE, 80 and 49. RGB value is (238,128,73). Sum of RGB (Red+Green+Blue) = 238+128+73=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8049 is #117FB6. Grayscale: #9A9A9A. Windows color (decimal): -1146807 or 4817134. OLE color: 4817134.

HSL color Cylindrical-coordinate representation of color #EE8049: hue angle of 20º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE8049 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB23812873-
CMYK00.460.690.07
HSL20º82.91%60.98%-
HSV(B)20º69.33%93.33%-
XYZ44.1834.110.56-
YUV154.6281.94187.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.21%
GREEN value IS 128 (50.39% from 255) = 29.16%
BLUE value IS 73 (28.91% from 255) = 16.63%
R=54.21%
G=29.16%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381287300.460.690.072082.9160.98
HexEE804902E45714533d
Octal35620011105610572412375
Binary1110111010000000100100101011101000101111101001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8049; }

 p { color: rgb(238,128,73); }

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

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

 a { background-color: rgb(238,128,73); }

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

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

 span { border-color: rgb(238,128,73); }

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