Shades of Casablanca #E7AF52
Tints of Casablanca #E7AF52
RGB
CMYK
RGB Variations
Color information
#E7AF52 (or 0xE7AF52) is known color: Casablanca. HEX triplet: E7, AF and 52. RGB value is (231,175,82). Sum of RGB (Red+Green+Blue) = 231+175+82=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AF52 is #1850AD. Grayscale: #B5B5B5. Windows color (decimal): -1593518 or 5418983. OLE color: 5418983.
HSL color Cylindrical-coordinate representation of color #E7AF52: hue angle of 37.45º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7AF52 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 82 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.09 |
| HSL | 37.45º | 0.76% | 0.61% | - |
| HSV(B) | 37.45º | 0.65% | 0.91% | - |
| XYZ | 49.81 | 48.26 | 14.67 | - |
| YUV | 181.14 | 72.05 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 82 | 0 | 0.24 | 0.65 | 0.09 | 37.45 | 0.76 | 0.61 |
| Hex | E7 | AF | 52 | 0 | 18 | 41 | 9 | 25 | 4C | 3D |
| Octal | 347 | 257 | 122 | 0 | 30 | 101 | 11 | 45 | 114 | 75 |
| Binary | 11100111 | 10101111 | 1010010 | 0 | 11000 | 1000001 | 1001 | 100101 | 1001100 | 111101 |
Color Harmonies of #E7AF52
Complementary color
Monochromatic Colors of #E7AF52
Black with #E7AF52
Text Example
Text Example
White with #E7AF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AF52; }
p { color: rgb(231,175,82); }
H1.HeaderClassName
{
color: #E7AF52;
}
.AnyTagClassName
{
color: #E7AF52;
}
</style>
background-color css
<style>
a { background-color: #E7AF52; }
a { background-color: rgb(231,175,82); }
div.DivClassName
{
background-color: #E7AF52;
}
.BgClassName
{
background-color: #E7AF52;
}
</style>
border-color css
<style>
span { border-color: #E7AF52; }
span { border-color: rgb(231,175,82); }
td.TdClassName
{
border-color: #E7AF52;
}
.TagClassName
{
border-color: #E7AF52;
}
</style>