Shades of Flamenco #EE834B
Tints of Flamenco #EE834B
RGB
CMYK
RGB Variations
Color information
#EE834B (or 0xEE834B) is known color: Flamenco. HEX triplet: EE, 83 and 4B. RGB value is (238,131,75). Sum of RGB (Red+Green+Blue) = 238+131+75=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE834B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE834B is #117CB4. Grayscale: #9C9C9C. Windows color (decimal): -1146037 or 4948974. OLE color: 4948974.
HSL color Cylindrical-coordinate representation of color #EE834B: hue angle of 20.61º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE834B is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 75 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.07 |
| HSL | 20.61º | 0.83% | 0.61% | - |
| HSV(B) | 20.61º | 0.68% | 0.93% | - |
| XYZ | 44.65 | 34.92 | 11.04 | - |
| YUV | 156.61 | 81.95 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 75 | 0 | 0.45 | 0.68 | 0.07 | 20.61 | 0.83 | 0.61 |
| Hex | EE | 83 | 4B | 0 | 2D | 44 | 7 | 15 | 53 | 3D |
| Octal | 356 | 203 | 113 | 0 | 55 | 104 | 7 | 25 | 123 | 75 |
| Binary | 11101110 | 10000011 | 1001011 | 0 | 101101 | 1000100 | 111 | 10101 | 1010011 | 111101 |
Color Harmonies of #EE834B
Complementary color
Monochromatic Colors of #EE834B
Black with #EE834B
Text Example
Text Example
White with #EE834B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE834B; }
p { color: rgb(238,131,75); }
H1.HeaderClassName
{
color: #EE834B;
}
.AnyTagClassName
{
color: #EE834B;
}
</style>
background-color css
<style>
a { background-color: #EE834B; }
a { background-color: rgb(238,131,75); }
div.DivClassName
{
background-color: #EE834B;
}
.BgClassName
{
background-color: #EE834B;
}
</style>
border-color css
<style>
span { border-color: #EE834B; }
span { border-color: rgb(238,131,75); }
td.TdClassName
{
border-color: #EE834B;
}
.TagClassName
{
border-color: #EE834B;
}
</style>