Shades of Flamenco #EE8944
Tints of Flamenco #EE8944
RGB
CMYK
RGB Variations
Color information
#EE8944 (or 0xEE8944) is known color: Flamenco. HEX triplet: EE, 89 and 44. RGB value is (238,137,68). Sum of RGB (Red+Green+Blue) = 238+137+68=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 68 (26.95% from 255 or 15.35% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8944 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8944 is #1176BB. Grayscale: #9F9F9F. Windows color (decimal): -1144508 or 4491758. OLE color: 4491758.
HSL color Cylindrical-coordinate representation of color #EE8944: hue angle of 24.35º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE8944 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 68 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.07 |
| HSL | 24.35º | 0.83% | 0.6% | - |
| HSV(B) | 24.35º | 0.71% | 0.93% | - |
| XYZ | 45.25 | 36.49 | 10.13 | - |
| YUV | 159.33 | 76.46 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 68 | 0 | 0.42 | 0.71 | 0.07 | 24.35 | 0.83 | 0.6 |
| Hex | EE | 89 | 44 | 0 | 2A | 47 | 7 | 18 | 53 | 3C |
| Octal | 356 | 211 | 104 | 0 | 52 | 107 | 7 | 30 | 123 | 74 |
| Binary | 11101110 | 10001001 | 1000100 | 0 | 101010 | 1000111 | 111 | 11000 | 1010011 | 111100 |
Color Harmonies of #EE8944
Complementary color
Monochromatic Colors of #EE8944
Black with #EE8944
Text Example
Text Example
White with #EE8944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8944; }
p { color: rgb(238,137,68); }
H1.HeaderClassName
{
color: #EE8944;
}
.AnyTagClassName
{
color: #EE8944;
}
</style>
background-color css
<style>
a { background-color: #EE8944; }
a { background-color: rgb(238,137,68); }
div.DivClassName
{
background-color: #EE8944;
}
.BgClassName
{
background-color: #EE8944;
}
</style>
border-color css
<style>
span { border-color: #EE8944; }
span { border-color: rgb(238,137,68); }
td.TdClassName
{
border-color: #EE8944;
}
.TagClassName
{
border-color: #EE8944;
}
</style>