#EE8845

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

Shades of Flamenco #EE8845

Tints of Flamenco #EE8845

Color information

#EE8845 (or 0xEE8845) is unknown color: approx Flamenco. HEX triplet: EE, 88 and 45. RGB value is (238,136,69). Sum of RGB (Red+Green+Blue) = 238+136+69=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8845 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8845 is #1177BA. Grayscale: #9F9F9F. Windows color (decimal): -1144763 or 4557038. OLE color: 4557038.

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

Color convert

RGB23813669-
CMYK00.430.710.07
HSL23.79º83.25%60.2%-
HSV(B)23.79º71.01%93.33%-
XYZ45.1436.2210.24-
YUV158.8677.29184.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.72%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 69 (27.34% from 255) = 15.58%
R=53.72%
G=30.70%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381366900.430.710.0723.7983.2560.2
HexEE884502B47718533c
Octal35621010505310773012374
Binary1110111010001000100010101010111000111111110001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8845; }

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

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

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

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

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

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

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

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