#EE8441

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

Shades of Flamenco #EE8441

Tints of Flamenco #EE8441

Color information

#EE8441 (or 0xEE8441) is unknown color: approx Flamenco. HEX triplet: EE, 84 and 41. RGB value is (238,132,65). Sum of RGB (Red+Green+Blue) = 238+132+65=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8441 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8441 is #117BBE. Grayscale: #9C9C9C. Windows color (decimal): -1145791 or 4293870. OLE color: 4293870.

HSL color Cylindrical-coordinate representation of color #EE8441: hue angle of 23.24º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE8441 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB23813265-
CMYK00.450.730.07
HSL23.24º83.57%59.41%-
HSV(B)23.24º72.69%93.33%-
XYZ44.4735.069.42-
YUV156.0676.62186.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.71%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 65 (25.78% from 255) = 14.94%
R=54.71%
G=30.34%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381326500.450.730.0723.2483.5759.41
HexEE844102D49717543b
Octal35620410105511172712473
Binary1110111010000100100000101011011001001111101111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8441; }

 p { color: rgb(238,132,65); }

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

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

 a { background-color: rgb(238,132,65); }

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

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

 span { border-color: rgb(238,132,65); }

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