Shades of Flamenco #EE8546
Tints of Flamenco #EE8546
RGB
CMYK
RGB Variations
Color information
#EE8546 (or 0xEE8546) is known color: Flamenco. HEX triplet: EE, 85 and 46. RGB value is (238,133,70). Sum of RGB (Red+Green+Blue) = 238+133+70=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8546 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8546 is #117AB9. Grayscale: #9D9D9D. Windows color (decimal): -1145530 or 4621806. OLE color: 4621806.
HSL color Cylindrical-coordinate representation of color #EE8546: hue angle of 22.5º 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 #EE8546 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 70 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.07 |
| HSL | 22.5º | 0.83% | 0.6% | - |
| HSV(B) | 22.5º | 0.71% | 0.93% | - |
| XYZ | 44.75 | 35.39 | 10.27 | - |
| YUV | 157.21 | 78.79 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 70 | 0 | 0.44 | 0.71 | 0.07 | 22.5 | 0.83 | 0.6 |
| Hex | EE | 85 | 46 | 0 | 2C | 47 | 7 | 16 | 53 | 3C |
| Octal | 356 | 205 | 106 | 0 | 54 | 107 | 7 | 26 | 123 | 74 |
| Binary | 11101110 | 10000101 | 1000110 | 0 | 101100 | 1000111 | 111 | 10110 | 1010011 | 111100 |
Color Harmonies of #EE8546
Complementary color
Monochromatic Colors of #EE8546
Black with #EE8546
Text Example
Text Example
White with #EE8546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8546; }
p { color: rgb(238,133,70); }
H1.HeaderClassName
{
color: #EE8546;
}
.AnyTagClassName
{
color: #EE8546;
}
</style>
background-color css
<style>
a { background-color: #EE8546; }
a { background-color: rgb(238,133,70); }
div.DivClassName
{
background-color: #EE8546;
}
.BgClassName
{
background-color: #EE8546;
}
</style>
border-color css
<style>
span { border-color: #EE8546; }
span { border-color: rgb(238,133,70); }
td.TdClassName
{
border-color: #EE8546;
}
.TagClassName
{
border-color: #EE8546;
}
</style>