Shades of Casablanca #E9AF52
Tints of Casablanca #E9AF52
RGB
CMYK
RGB Variations
Color information
#E9AF52 (or 0xE9AF52) is known color: Casablanca. HEX triplet: E9, AF and 52. RGB value is (233,175,82). Sum of RGB (Red+Green+Blue) = 233+175+82=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AF52 is #1650AD. Grayscale: #B6B6B6. Windows color (decimal): -1462446 or 5418985. OLE color: 5418985.
HSL color Cylindrical-coordinate representation of color #E9AF52: hue angle of 36.95º 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 #E9AF52 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 82 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.09 |
| HSL | 36.95º | 0.77% | 0.62% | - |
| HSV(B) | 36.95º | 0.65% | 0.91% | - |
| XYZ | 50.46 | 48.59 | 14.7 | - |
| YUV | 181.74 | 71.72 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 82 | 0 | 0.25 | 0.65 | 0.09 | 36.95 | 0.77 | 0.62 |
| Hex | E9 | AF | 52 | 0 | 19 | 41 | 9 | 25 | 4D | 3E |
| Octal | 351 | 257 | 122 | 0 | 31 | 101 | 11 | 45 | 115 | 76 |
| Binary | 11101001 | 10101111 | 1010010 | 0 | 11001 | 1000001 | 1001 | 100101 | 1001101 | 111110 |
Color Harmonies of #E9AF52
Complementary color
Monochromatic Colors of #E9AF52
Black with #E9AF52
Text Example
Text Example
White with #E9AF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF52; }
p { color: rgb(233,175,82); }
H1.HeaderClassName
{
color: #E9AF52;
}
.AnyTagClassName
{
color: #E9AF52;
}
</style>
background-color css
<style>
a { background-color: #E9AF52; }
a { background-color: rgb(233,175,82); }
div.DivClassName
{
background-color: #E9AF52;
}
.BgClassName
{
background-color: #E9AF52;
}
</style>
border-color css
<style>
span { border-color: #E9AF52; }
span { border-color: rgb(233,175,82); }
td.TdClassName
{
border-color: #E9AF52;
}
.TagClassName
{
border-color: #E9AF52;
}
</style>