Shades of Flamenco #EE8749
Tints of Flamenco #EE8749
RGB
CMYK
RGB Variations
Color information
#EE8749 (or 0xEE8749) is known color: Flamenco. HEX triplet: EE, 87 and 49. RGB value is (238,135,73). Sum of RGB (Red+Green+Blue) = 238+135+73=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8749 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8749 is #1178B6. Grayscale: #9F9F9F. Windows color (decimal): -1145015 or 4818926. OLE color: 4818926.
HSL color Cylindrical-coordinate representation of color #EE8749: hue angle of 22.55º 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 #EE8749 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 135 | 73 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.07 |
| HSL | 22.55º | 0.83% | 0.61% | - |
| HSV(B) | 22.55º | 0.69% | 0.93% | - |
| XYZ | 45.13 | 35.99 | 10.87 | - |
| YUV | 158.73 | 79.62 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 135 | 73 | 0 | 0.43 | 0.69 | 0.07 | 22.55 | 0.83 | 0.61 |
| Hex | EE | 87 | 49 | 0 | 2B | 45 | 7 | 17 | 53 | 3D |
| Octal | 356 | 207 | 111 | 0 | 53 | 105 | 7 | 27 | 123 | 75 |
| Binary | 11101110 | 10000111 | 1001001 | 0 | 101011 | 1000101 | 111 | 10111 | 1010011 | 111101 |
Color Harmonies of #EE8749
Complementary color
Monochromatic Colors of #EE8749
Black with #EE8749
Text Example
Text Example
White with #EE8749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8749; }
p { color: rgb(238,135,73); }
H1.HeaderClassName
{
color: #EE8749;
}
.AnyTagClassName
{
color: #EE8749;
}
</style>
background-color css
<style>
a { background-color: #EE8749; }
a { background-color: rgb(238,135,73); }
div.DivClassName
{
background-color: #EE8749;
}
.BgClassName
{
background-color: #EE8749;
}
</style>
border-color css
<style>
span { border-color: #EE8749; }
span { border-color: rgb(238,135,73); }
td.TdClassName
{
border-color: #EE8749;
}
.TagClassName
{
border-color: #EE8749;
}
</style>