Shades of Flamenco #EE8C48
Tints of Flamenco #EE8C48
RGB
CMYK
RGB Variations
Color information
#EE8C48 (or 0xEE8C48) is known color: Flamenco. HEX triplet: EE, 8C and 48. RGB value is (238,140,72). Sum of RGB (Red+Green+Blue) = 238+140+72=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8C48 is #1173B7. Grayscale: #A1A1A1. Windows color (decimal): -1143736 or 4754670. OLE color: 4754670.
HSL color Cylindrical-coordinate representation of color #EE8C48: hue angle of 24.58º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE8C48 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 72 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.07 |
| HSL | 24.58º | 0.83% | 0.61% | - |
| HSV(B) | 24.58º | 0.7% | 0.93% | - |
| XYZ | 45.81 | 37.4 | 10.94 | - |
| YUV | 161.55 | 77.47 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 72 | 0 | 0.41 | 0.70 | 0.07 | 24.58 | 0.83 | 0.61 |
| Hex | EE | 8C | 48 | 0 | 29 | 46 | 7 | 19 | 53 | 3D |
| Octal | 356 | 214 | 110 | 0 | 51 | 106 | 7 | 31 | 123 | 75 |
| Binary | 11101110 | 10001100 | 1001000 | 0 | 101001 | 1000110 | 111 | 11001 | 1010011 | 111101 |
Color Harmonies of #EE8C48
Complementary color
Monochromatic Colors of #EE8C48
Black with #EE8C48
Text Example
Text Example
White with #EE8C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8C48; }
p { color: rgb(238,140,72); }
H1.HeaderClassName
{
color: #EE8C48;
}
.AnyTagClassName
{
color: #EE8C48;
}
</style>
background-color css
<style>
a { background-color: #EE8C48; }
a { background-color: rgb(238,140,72); }
div.DivClassName
{
background-color: #EE8C48;
}
.BgClassName
{
background-color: #EE8C48;
}
</style>
border-color css
<style>
span { border-color: #EE8C48; }
span { border-color: rgb(238,140,72); }
td.TdClassName
{
border-color: #EE8C48;
}
.TagClassName
{
border-color: #EE8C48;
}
</style>