Shades of Flamenco #EE8547
Tints of Flamenco #EE8547
RGB
CMYK
RGB Variations
Color information
#EE8547 (or 0xEE8547) is known color: Flamenco. HEX triplet: EE, 85 and 47. RGB value is (238,133,71). Sum of RGB (Red+Green+Blue) = 238+133+71=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8547 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8547 is #117AB8. Grayscale: #9D9D9D. Windows color (decimal): -1145529 or 4687342. OLE color: 4687342.
HSL color Cylindrical-coordinate representation of color #EE8547: hue angle of 22.28º 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 #EE8547 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 71 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.07 |
| HSL | 22.28º | 0.83% | 0.61% | - |
| HSV(B) | 22.28º | 0.7% | 0.93% | - |
| XYZ | 44.78 | 35.41 | 10.44 | - |
| YUV | 157.33 | 79.29 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 71 | 0 | 0.44 | 0.70 | 0.07 | 22.28 | 0.83 | 0.61 |
| Hex | EE | 85 | 47 | 0 | 2C | 46 | 7 | 16 | 53 | 3D |
| Octal | 356 | 205 | 107 | 0 | 54 | 106 | 7 | 26 | 123 | 75 |
| Binary | 11101110 | 10000101 | 1000111 | 0 | 101100 | 1000110 | 111 | 10110 | 1010011 | 111101 |
Color Harmonies of #EE8547
Complementary color
Monochromatic Colors of #EE8547
Black with #EE8547
Text Example
Text Example
White with #EE8547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8547; }
p { color: rgb(238,133,71); }
H1.HeaderClassName
{
color: #EE8547;
}
.AnyTagClassName
{
color: #EE8547;
}
</style>
background-color css
<style>
a { background-color: #EE8547; }
a { background-color: rgb(238,133,71); }
div.DivClassName
{
background-color: #EE8547;
}
.BgClassName
{
background-color: #EE8547;
}
</style>
border-color css
<style>
span { border-color: #EE8547; }
span { border-color: rgb(238,133,71); }
td.TdClassName
{
border-color: #EE8547;
}
.TagClassName
{
border-color: #EE8547;
}
</style>