Shades of Casablanca #E8AF52
Tints of Casablanca #E8AF52
RGB
CMYK
RGB Variations
Color information
#E8AF52 (or 0xE8AF52) is known color: Casablanca. HEX triplet: E8, AF and 52. RGB value is (232,175,82). Sum of RGB (Red+Green+Blue) = 232+175+82=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AF52 is #1750AD. Grayscale: #B5B5B5. Windows color (decimal): -1527982 or 5418984. OLE color: 5418984.
HSL color Cylindrical-coordinate representation of color #E8AF52: hue angle of 37.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E8AF52 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 82 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.09 |
| HSL | 37.2º | 0.77% | 0.62% | - |
| HSV(B) | 37.2º | 0.65% | 0.91% | - |
| XYZ | 50.13 | 48.42 | 14.69 | - |
| YUV | 181.44 | 71.88 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 82 | 0 | 0.25 | 0.65 | 0.09 | 37.2 | 0.77 | 0.62 |
| Hex | E8 | AF | 52 | 0 | 19 | 41 | 9 | 25 | 4D | 3E |
| Octal | 350 | 257 | 122 | 0 | 31 | 101 | 11 | 45 | 115 | 76 |
| Binary | 11101000 | 10101111 | 1010010 | 0 | 11001 | 1000001 | 1001 | 100101 | 1001101 | 111110 |
Color Harmonies of #E8AF52
Complementary color
Monochromatic Colors of #E8AF52
Black with #E8AF52
Text Example
Text Example
White with #E8AF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF52; }
p { color: rgb(232,175,82); }
H1.HeaderClassName
{
color: #E8AF52;
}
.AnyTagClassName
{
color: #E8AF52;
}
</style>
background-color css
<style>
a { background-color: #E8AF52; }
a { background-color: rgb(232,175,82); }
div.DivClassName
{
background-color: #E8AF52;
}
.BgClassName
{
background-color: #E8AF52;
}
</style>
border-color css
<style>
span { border-color: #E8AF52; }
span { border-color: rgb(232,175,82); }
td.TdClassName
{
border-color: #E8AF52;
}
.TagClassName
{
border-color: #E8AF52;
}
</style>