Shades of Flamenco #EE844B
Tints of Flamenco #EE844B
RGB
CMYK
RGB Variations
Color information
#EE844B (or 0xEE844B) is known color: Flamenco. HEX triplet: EE, 84 and 4B. RGB value is (238,132,75). Sum of RGB (Red+Green+Blue) = 238+132+75=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE844B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE844B is #117BB4. Grayscale: #9D9D9D. Windows color (decimal): -1145781 or 4949230. OLE color: 4949230.
HSL color Cylindrical-coordinate representation of color #EE844B: hue angle of 20.98º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE844B is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 75 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.07 |
| HSL | 20.98º | 0.83% | 0.61% | - |
| HSV(B) | 20.98º | 0.68% | 0.93% | - |
| XYZ | 44.78 | 35.19 | 11.09 | - |
| YUV | 157.2 | 81.62 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 75 | 0 | 0.45 | 0.68 | 0.07 | 20.98 | 0.83 | 0.61 |
| Hex | EE | 84 | 4B | 0 | 2D | 44 | 7 | 15 | 53 | 3D |
| Octal | 356 | 204 | 113 | 0 | 55 | 104 | 7 | 25 | 123 | 75 |
| Binary | 11101110 | 10000100 | 1001011 | 0 | 101101 | 1000100 | 111 | 10101 | 1010011 | 111101 |
Color Harmonies of #EE844B
Complementary color
Monochromatic Colors of #EE844B
Black with #EE844B
Text Example
Text Example
White with #EE844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE844B; }
p { color: rgb(238,132,75); }
H1.HeaderClassName
{
color: #EE844B;
}
.AnyTagClassName
{
color: #EE844B;
}
</style>
background-color css
<style>
a { background-color: #EE844B; }
a { background-color: rgb(238,132,75); }
div.DivClassName
{
background-color: #EE844B;
}
.BgClassName
{
background-color: #EE844B;
}
</style>
border-color css
<style>
span { border-color: #EE844B; }
span { border-color: rgb(238,132,75); }
td.TdClassName
{
border-color: #EE844B;
}
.TagClassName
{
border-color: #EE844B;
}
</style>