Shades of Flamenco #E58A52
Tints of Flamenco #E58A52
RGB
CMYK
RGB Variations
Color information
#E58A52 (or 0xE58A52) is known color: Flamenco. HEX triplet: E5, 8A and 52. RGB value is (229,138,82). Sum of RGB (Red+Green+Blue) = 229+138+82=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58A52 is #1A75AD. Grayscale: #9F9F9F. Windows color (decimal): -1734062 or 5409509. OLE color: 5409509.
HSL color Cylindrical-coordinate representation of color #E58A52: hue angle of 22.86º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E58A52 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 82 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.10 |
| HSL | 22.86º | 0.74% | 0.61% | - |
| HSV(B) | 22.86º | 0.64% | 0.9% | - |
| XYZ | 42.92 | 35.44 | 12.56 | - |
| YUV | 158.83 | 84.65 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 82 | 0 | 0.40 | 0.64 | 0.10 | 22.86 | 0.74 | 0.61 |
| Hex | E5 | 8A | 52 | 0 | 28 | 40 | A | 17 | 4A | 3D |
| Octal | 345 | 212 | 122 | 0 | 50 | 100 | 12 | 27 | 112 | 75 |
| Binary | 11100101 | 10001010 | 1010010 | 0 | 101000 | 1000000 | 1010 | 10111 | 1001010 | 111101 |
Color Harmonies of #E58A52
Complementary color
Monochromatic Colors of #E58A52
Black with #E58A52
Text Example
Text Example
White with #E58A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A52; }
p { color: rgb(229,138,82); }
H1.HeaderClassName
{
color: #E58A52;
}
.AnyTagClassName
{
color: #E58A52;
}
</style>
background-color css
<style>
a { background-color: #E58A52; }
a { background-color: rgb(229,138,82); }
div.DivClassName
{
background-color: #E58A52;
}
.BgClassName
{
background-color: #E58A52;
}
</style>
border-color css
<style>
span { border-color: #E58A52; }
span { border-color: rgb(229,138,82); }
td.TdClassName
{
border-color: #E58A52;
}
.TagClassName
{
border-color: #E58A52;
}
</style>