Shades of Flamenco #EE833F
Tints of Flamenco #EE833F
RGB
CMYK
RGB Variations
Color information
#EE833F (or 0xEE833F) is known color: Flamenco. HEX triplet: EE, 83 and 3F. RGB value is (238,131,63). Sum of RGB (Red+Green+Blue) = 238+131+63=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE833F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE833F is #117CC0. Grayscale: #9B9B9B. Windows color (decimal): -1146049 or 4162542. OLE color: 4162542.
HSL color Cylindrical-coordinate representation of color #EE833F: hue angle of 23.31º 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 #EE833F is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 63 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.07 |
| HSL | 23.31º | 0.84% | 0.59% | - |
| HSV(B) | 23.31º | 0.74% | 0.93% | - |
| XYZ | 44.27 | 34.77 | 9.08 | - |
| YUV | 155.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 63 | 0 | 0.45 | 0.74 | 0.07 | 23.31 | 0.84 | 0.59 |
| Hex | EE | 83 | 3F | 0 | 2D | 4A | 7 | 17 | 54 | 3B |
| Octal | 356 | 203 | 77 | 0 | 55 | 112 | 7 | 27 | 124 | 73 |
| Binary | 11101110 | 10000011 | 111111 | 0 | 101101 | 1001010 | 111 | 10111 | 1010100 | 111011 |
Color Harmonies of #EE833F
Complementary color
Monochromatic Colors of #EE833F
Black with #EE833F
Text Example
Text Example
White with #EE833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE833F; }
p { color: rgb(238,131,63); }
H1.HeaderClassName
{
color: #EE833F;
}
.AnyTagClassName
{
color: #EE833F;
}
</style>
background-color css
<style>
a { background-color: #EE833F; }
a { background-color: rgb(238,131,63); }
div.DivClassName
{
background-color: #EE833F;
}
.BgClassName
{
background-color: #EE833F;
}
</style>
border-color css
<style>
span { border-color: #EE833F; }
span { border-color: rgb(238,131,63); }
td.TdClassName
{
border-color: #EE833F;
}
.TagClassName
{
border-color: #EE833F;
}
</style>