#EE8C4D

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

Shades of Flamenco #EE8C4D

Tints of Flamenco #EE8C4D

Color information

#EE8C4D (or 0xEE8C4D) is unknown color: approx Flamenco. HEX triplet: EE, 8C and 4D. RGB value is (238,140,77). Sum of RGB (Red+Green+Blue) = 238+140+77=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8C4D is #1173B2. Grayscale: #A2A2A2. Windows color (decimal): -1143731 or 5082350. OLE color: 5082350.

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

Color convert

RGB23814077-
CMYK00.410.680.07
HSL23.48º82.56%61.76%-
HSV(B)23.48º67.65%93.33%-
XYZ45.9837.4711.83-
YUV162.1279.97182.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.31%
GREEN value IS 140 (55.08% from 255) = 30.77%
BLUE value IS 77 (30.47% from 255) = 16.92%
R=52.31%
G=30.77%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381407700.410.680.0723.4882.5661.76
HexEE8C4D02944717533e
Octal35621411505110472712376
Binary1110111010001100100110101010011000100111101111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8C4D; }

 p { color: rgb(238,140,77); }

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

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

 a { background-color: rgb(238,140,77); }

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

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

 span { border-color: rgb(238,140,77); }

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