#EE8145

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

Shades of Flamenco #EE8145

Tints of Flamenco #EE8145

Color information

#EE8145 (or 0xEE8145) is unknown color: approx Flamenco. HEX triplet: EE, 81 and 45. RGB value is (238,129,69). Sum of RGB (Red+Green+Blue) = 238+129+69=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8145 is #117EBA. Grayscale: #9B9B9B. Windows color (decimal): -1146555 or 4555246. OLE color: 4555246.

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

Color convert

RGB23812969-
CMYK00.460.710.07
HSL21.3º83.25%60.2%-
HSV(B)21.3º71.01%93.33%-
XYZ44.1834.319.92-
YUV154.7579.61187.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.59%
GREEN value IS 129 (50.78% from 255) = 29.59%
BLUE value IS 69 (27.34% from 255) = 15.83%
R=54.59%
G=29.59%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381296900.460.710.0721.383.2560.2
HexEE814502E47715533c
Octal35620110505610772512374
Binary1110111010000001100010101011101000111111101011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8145; }

 p { color: rgb(238,129,69); }

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

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

 a { background-color: rgb(238,129,69); }

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

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

 span { border-color: rgb(238,129,69); }

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