Shades of Flamenco #EE853F
Tints of Flamenco #EE853F
RGB
CMYK
RGB Variations
Color information
#EE853F (or 0xEE853F) is known color: Flamenco. HEX triplet: EE, 85 and 3F. RGB value is (238,133,63). Sum of RGB (Red+Green+Blue) = 238+133+63=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE853F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE853F is #117AC0. Grayscale: #9C9C9C. Windows color (decimal): -1145537 or 4163054. OLE color: 4163054.
HSL color Cylindrical-coordinate representation of color #EE853F: hue angle of 24º 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 #EE853F is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 63 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.07 |
| HSL | 24º | 0.84% | 0.59% | - |
| HSV(B) | 24º | 0.74% | 0.93% | - |
| XYZ | 44.54 | 35.31 | 9.17 | - |
| YUV | 156.42 | 75.29 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 63 | 0 | 0.44 | 0.74 | 0.07 | 24 | 0.84 | 0.59 |
| Hex | EE | 85 | 3F | 0 | 2C | 4A | 7 | 18 | 54 | 3B |
| Octal | 356 | 205 | 77 | 0 | 54 | 112 | 7 | 30 | 124 | 73 |
| Binary | 11101110 | 10000101 | 111111 | 0 | 101100 | 1001010 | 111 | 11000 | 1010100 | 111011 |
Color Harmonies of #EE853F
Complementary color
Monochromatic Colors of #EE853F
Black with #EE853F
Text Example
Text Example
White with #EE853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE853F; }
p { color: rgb(238,133,63); }
H1.HeaderClassName
{
color: #EE853F;
}
.AnyTagClassName
{
color: #EE853F;
}
</style>
background-color css
<style>
a { background-color: #EE853F; }
a { background-color: rgb(238,133,63); }
div.DivClassName
{
background-color: #EE853F;
}
.BgClassName
{
background-color: #EE853F;
}
</style>
border-color css
<style>
span { border-color: #EE853F; }
span { border-color: rgb(238,133,63); }
td.TdClassName
{
border-color: #EE853F;
}
.TagClassName
{
border-color: #EE853F;
}
</style>