Shades of Flamenco #E58652
Tints of Flamenco #E58652
RGB
CMYK
RGB Variations
Color information
#E58652 (or 0xE58652) is known color: Flamenco. HEX triplet: E5, 86 and 52. RGB value is (229,134,82). Sum of RGB (Red+Green+Blue) = 229+134+82=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E58652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58652 is #1A79AD. Grayscale: #9C9C9C. Windows color (decimal): -1735086 or 5408485. OLE color: 5408485.
HSL color Cylindrical-coordinate representation of color #E58652: hue angle of 21.22º 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 #E58652 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 134 | 82 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.10 |
| HSL | 21.22º | 0.74% | 0.61% | - |
| HSV(B) | 21.22º | 0.64% | 0.9% | - |
| XYZ | 42.36 | 34.32 | 12.37 | - |
| YUV | 156.48 | 85.97 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 82 | 0 | 0.41 | 0.64 | 0.10 | 21.22 | 0.74 | 0.61 |
| Hex | E5 | 86 | 52 | 0 | 29 | 40 | A | 15 | 4A | 3D |
| Octal | 345 | 206 | 122 | 0 | 51 | 100 | 12 | 25 | 112 | 75 |
| Binary | 11100101 | 10000110 | 1010010 | 0 | 101001 | 1000000 | 1010 | 10101 | 1001010 | 111101 |
Color Harmonies of #E58652
Complementary color
Monochromatic Colors of #E58652
Black with #E58652
Text Example
Text Example
White with #E58652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58652; }
p { color: rgb(229,134,82); }
H1.HeaderClassName
{
color: #E58652;
}
.AnyTagClassName
{
color: #E58652;
}
</style>
background-color css
<style>
a { background-color: #E58652; }
a { background-color: rgb(229,134,82); }
div.DivClassName
{
background-color: #E58652;
}
.BgClassName
{
background-color: #E58652;
}
</style>
border-color css
<style>
span { border-color: #E58652; }
span { border-color: rgb(229,134,82); }
td.TdClassName
{
border-color: #E58652;
}
.TagClassName
{
border-color: #E58652;
}
</style>