#EE814B

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

Shades of Flamenco #EE814B

Tints of Flamenco #EE814B

Color information

#EE814B (or 0xEE814B) is unknown color: approx Flamenco. HEX triplet: EE, 81 and 4B. RGB value is (238,129,75). Sum of RGB (Red+Green+Blue) = 238+129+75=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE814B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE814B is #117EB4. Grayscale: #9B9B9B. Windows color (decimal): -1146549 or 4948462. OLE color: 4948462.

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

Color convert

RGB23812975-
CMYK00.460.680.07
HSL19.88º82.74%61.37%-
HSV(B)19.88º68.49%93.33%-
XYZ44.3834.3910.95-
YUV155.4482.61186.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.85%
GREEN value IS 129 (50.78% from 255) = 29.19%
BLUE value IS 75 (29.69% from 255) = 16.97%
R=53.85%
G=29.19%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381297500.460.680.0719.8882.7461.37
HexEE814B02E44714533d
Octal35620111305610472412375
Binary1110111010000001100101101011101000100111101001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE814B; }

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

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

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

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

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

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

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

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