Shades of Flamenco #EE8B49
Tints of Flamenco #EE8B49
RGB
CMYK
RGB Variations
Color information
#EE8B49 (or 0xEE8B49) is known color: Flamenco. HEX triplet: EE, 8B and 49. RGB value is (238,139,73). Sum of RGB (Red+Green+Blue) = 238+139+73=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 73 (28.91% from 255 or 16.22% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8B49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8B49 is #1174B6. Grayscale: #A1A1A1. Windows color (decimal): -1143991 or 4819950. OLE color: 4819950.
HSL color Cylindrical-coordinate representation of color #EE8B49: hue angle of 24º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE8B49 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 73 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.07 |
| HSL | 24º | 0.83% | 0.61% | - |
| HSV(B) | 24º | 0.69% | 0.93% | - |
| XYZ | 45.7 | 37.12 | 11.06 | - |
| YUV | 161.08 | 78.3 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 73 | 0 | 0.42 | 0.69 | 0.07 | 24 | 0.83 | 0.61 |
| Hex | EE | 8B | 49 | 0 | 2A | 45 | 7 | 18 | 53 | 3D |
| Octal | 356 | 213 | 111 | 0 | 52 | 105 | 7 | 30 | 123 | 75 |
| Binary | 11101110 | 10001011 | 1001001 | 0 | 101010 | 1000101 | 111 | 11000 | 1010011 | 111101 |
Color Harmonies of #EE8B49
Complementary color
Monochromatic Colors of #EE8B49
Black with #EE8B49
Text Example
Text Example
White with #EE8B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8B49; }
p { color: rgb(238,139,73); }
H1.HeaderClassName
{
color: #EE8B49;
}
.AnyTagClassName
{
color: #EE8B49;
}
</style>
background-color css
<style>
a { background-color: #EE8B49; }
a { background-color: rgb(238,139,73); }
div.DivClassName
{
background-color: #EE8B49;
}
.BgClassName
{
background-color: #EE8B49;
}
</style>
border-color css
<style>
span { border-color: #EE8B49; }
span { border-color: rgb(238,139,73); }
td.TdClassName
{
border-color: #EE8B49;
}
.TagClassName
{
border-color: #EE8B49;
}
</style>