Shades of Flamenco #EE824B
Tints of Flamenco #EE824B
RGB
CMYK
RGB Variations
Color information
#EE824B (or 0xEE824B) is known color: Flamenco. HEX triplet: EE, 82 and 4B. RGB value is (238,130,75). Sum of RGB (Red+Green+Blue) = 238+130+75=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE824B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE824B is #117DB4. Grayscale: #9C9C9C. Windows color (decimal): -1146293 or 4948718. OLE color: 4948718.
HSL color Cylindrical-coordinate representation of color #EE824B: hue angle of 20.25º 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 #EE824B is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 75 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.07 |
| HSL | 20.25º | 0.83% | 0.61% | - |
| HSV(B) | 20.25º | 0.68% | 0.93% | - |
| XYZ | 44.51 | 34.65 | 11 | - |
| YUV | 156.02 | 82.28 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 75 | 0 | 0.45 | 0.68 | 0.07 | 20.25 | 0.83 | 0.61 |
| Hex | EE | 82 | 4B | 0 | 2D | 44 | 7 | 14 | 53 | 3D |
| Octal | 356 | 202 | 113 | 0 | 55 | 104 | 7 | 24 | 123 | 75 |
| Binary | 11101110 | 10000010 | 1001011 | 0 | 101101 | 1000100 | 111 | 10100 | 1010011 | 111101 |
Color Harmonies of #EE824B
Complementary color
Monochromatic Colors of #EE824B
Black with #EE824B
Text Example
Text Example
White with #EE824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE824B; }
p { color: rgb(238,130,75); }
H1.HeaderClassName
{
color: #EE824B;
}
.AnyTagClassName
{
color: #EE824B;
}
</style>
background-color css
<style>
a { background-color: #EE824B; }
a { background-color: rgb(238,130,75); }
div.DivClassName
{
background-color: #EE824B;
}
.BgClassName
{
background-color: #EE824B;
}
</style>
border-color css
<style>
span { border-color: #EE824B; }
span { border-color: rgb(238,130,75); }
td.TdClassName
{
border-color: #EE824B;
}
.TagClassName
{
border-color: #EE824B;
}
</style>