Shades of Flamenco #EE844A
Tints of Flamenco #EE844A
RGB
CMYK
RGB Variations
Color information
#EE844A (or 0xEE844A) is known color: Flamenco. HEX triplet: EE, 84 and 4A. RGB value is (238,132,74). Sum of RGB (Red+Green+Blue) = 238+132+74=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE844A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE844A is #117BB5. Grayscale: #9D9D9D. Windows color (decimal): -1145782 or 4883694. OLE color: 4883694.
HSL color Cylindrical-coordinate representation of color #EE844A: hue angle of 21.22º 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 #EE844A is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 74 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.07 |
| HSL | 21.22º | 0.83% | 0.61% | - |
| HSV(B) | 21.22º | 0.69% | 0.93% | - |
| XYZ | 44.75 | 35.17 | 10.91 | - |
| YUV | 157.08 | 81.12 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 74 | 0 | 0.45 | 0.69 | 0.07 | 21.22 | 0.83 | 0.61 |
| Hex | EE | 84 | 4A | 0 | 2D | 45 | 7 | 15 | 53 | 3D |
| Octal | 356 | 204 | 112 | 0 | 55 | 105 | 7 | 25 | 123 | 75 |
| Binary | 11101110 | 10000100 | 1001010 | 0 | 101101 | 1000101 | 111 | 10101 | 1010011 | 111101 |
Color Harmonies of #EE844A
Complementary color
Monochromatic Colors of #EE844A
Black with #EE844A
Text Example
Text Example
White with #EE844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE844A; }
p { color: rgb(238,132,74); }
H1.HeaderClassName
{
color: #EE844A;
}
.AnyTagClassName
{
color: #EE844A;
}
</style>
background-color css
<style>
a { background-color: #EE844A; }
a { background-color: rgb(238,132,74); }
div.DivClassName
{
background-color: #EE844A;
}
.BgClassName
{
background-color: #EE844A;
}
</style>
border-color css
<style>
span { border-color: #EE844A; }
span { border-color: rgb(238,132,74); }
td.TdClassName
{
border-color: #EE844A;
}
.TagClassName
{
border-color: #EE844A;
}
</style>