Shades of Flamenco #EE834A
Tints of Flamenco #EE834A
RGB
CMYK
RGB Variations
Color information
#EE834A (or 0xEE834A) is known color: Flamenco. HEX triplet: EE, 83 and 4A. RGB value is (238,131,74). Sum of RGB (Red+Green+Blue) = 238+131+74=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE834A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE834A is #117CB5. Grayscale: #9C9C9C. Windows color (decimal): -1146038 or 4883438. OLE color: 4883438.
HSL color Cylindrical-coordinate representation of color #EE834A: hue angle of 20.85º 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 #EE834A is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 74 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.07 |
| HSL | 20.85º | 0.83% | 0.61% | - |
| HSV(B) | 20.85º | 0.69% | 0.93% | - |
| XYZ | 44.61 | 34.9 | 10.86 | - |
| YUV | 156.5 | 81.45 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 74 | 0 | 0.45 | 0.69 | 0.07 | 20.85 | 0.83 | 0.61 |
| Hex | EE | 83 | 4A | 0 | 2D | 45 | 7 | 15 | 53 | 3D |
| Octal | 356 | 203 | 112 | 0 | 55 | 105 | 7 | 25 | 123 | 75 |
| Binary | 11101110 | 10000011 | 1001010 | 0 | 101101 | 1000101 | 111 | 10101 | 1010011 | 111101 |
Color Harmonies of #EE834A
Complementary color
Monochromatic Colors of #EE834A
Black with #EE834A
Text Example
Text Example
White with #EE834A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE834A; }
p { color: rgb(238,131,74); }
H1.HeaderClassName
{
color: #EE834A;
}
.AnyTagClassName
{
color: #EE834A;
}
</style>
background-color css
<style>
a { background-color: #EE834A; }
a { background-color: rgb(238,131,74); }
div.DivClassName
{
background-color: #EE834A;
}
.BgClassName
{
background-color: #EE834A;
}
</style>
border-color css
<style>
span { border-color: #EE834A; }
span { border-color: rgb(238,131,74); }
td.TdClassName
{
border-color: #EE834A;
}
.TagClassName
{
border-color: #EE834A;
}
</style>