Shades of Flamenco #EE883F
Tints of Flamenco #EE883F
RGB
CMYK
RGB Variations
Color information
#EE883F (or 0xEE883F) is known color: Flamenco. HEX triplet: EE, 88 and 3F. RGB value is (238,136,63). Sum of RGB (Red+Green+Blue) = 238+136+63=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EE883F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE883F is #1177C0. Grayscale: #9E9E9E. Windows color (decimal): -1144769 or 4163822. OLE color: 4163822.
HSL color Cylindrical-coordinate representation of color #EE883F: hue angle of 25.03º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE883F is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 63 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.07 |
| HSL | 25.03º | 0.84% | 0.59% | - |
| HSV(B) | 25.03º | 0.74% | 0.93% | - |
| XYZ | 44.96 | 36.14 | 9.31 | - |
| YUV | 158.18 | 74.29 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 63 | 0 | 0.43 | 0.74 | 0.07 | 25.03 | 0.84 | 0.59 |
| Hex | EE | 88 | 3F | 0 | 2B | 4A | 7 | 19 | 54 | 3B |
| Octal | 356 | 210 | 77 | 0 | 53 | 112 | 7 | 31 | 124 | 73 |
| Binary | 11101110 | 10001000 | 111111 | 0 | 101011 | 1001010 | 111 | 11001 | 1010100 | 111011 |
Color Harmonies of #EE883F
Complementary color
Monochromatic Colors of #EE883F
Black with #EE883F
Text Example
Text Example
White with #EE883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE883F; }
p { color: rgb(238,136,63); }
H1.HeaderClassName
{
color: #EE883F;
}
.AnyTagClassName
{
color: #EE883F;
}
</style>
background-color css
<style>
a { background-color: #EE883F; }
a { background-color: rgb(238,136,63); }
div.DivClassName
{
background-color: #EE883F;
}
.BgClassName
{
background-color: #EE883F;
}
</style>
border-color css
<style>
span { border-color: #EE883F; }
span { border-color: rgb(238,136,63); }
td.TdClassName
{
border-color: #EE883F;
}
.TagClassName
{
border-color: #EE883F;
}
</style>