Shades of Flamenco #EE884B
Tints of Flamenco #EE884B
RGB
CMYK
RGB Variations
Color information
#EE884B (or 0xEE884B) is known color: Flamenco. HEX triplet: EE, 88 and 4B. RGB value is (238,136,75). Sum of RGB (Red+Green+Blue) = 238+136+75=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE884B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE884B is #1177B4. Grayscale: #9F9F9F. Windows color (decimal): -1144757 or 4950254. OLE color: 4950254.
HSL color Cylindrical-coordinate representation of color #EE884B: hue angle of 22.45º 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 #EE884B is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 75 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.07 |
| HSL | 22.45º | 0.83% | 0.61% | - |
| HSV(B) | 22.45º | 0.68% | 0.93% | - |
| XYZ | 45.33 | 36.29 | 11.27 | - |
| YUV | 159.54 | 80.29 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 75 | 0 | 0.43 | 0.68 | 0.07 | 22.45 | 0.83 | 0.61 |
| Hex | EE | 88 | 4B | 0 | 2B | 44 | 7 | 16 | 53 | 3D |
| Octal | 356 | 210 | 113 | 0 | 53 | 104 | 7 | 26 | 123 | 75 |
| Binary | 11101110 | 10001000 | 1001011 | 0 | 101011 | 1000100 | 111 | 10110 | 1010011 | 111101 |
Color Harmonies of #EE884B
Complementary color
Monochromatic Colors of #EE884B
Black with #EE884B
Text Example
Text Example
White with #EE884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE884B; }
p { color: rgb(238,136,75); }
H1.HeaderClassName
{
color: #EE884B;
}
.AnyTagClassName
{
color: #EE884B;
}
</style>
background-color css
<style>
a { background-color: #EE884B; }
a { background-color: rgb(238,136,75); }
div.DivClassName
{
background-color: #EE884B;
}
.BgClassName
{
background-color: #EE884B;
}
</style>
border-color css
<style>
span { border-color: #EE884B; }
span { border-color: rgb(238,136,75); }
td.TdClassName
{
border-color: #EE884B;
}
.TagClassName
{
border-color: #EE884B;
}
</style>