Shades of Casablanca #E9AF57
Tints of Casablanca #E9AF57
RGB
CMYK
RGB Variations
Color information
#E9AF57 (or 0xE9AF57) is known color: Casablanca. HEX triplet: E9, AF and 57. RGB value is (233,175,87). Sum of RGB (Red+Green+Blue) = 233+175+87=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 87 (34.38% from 255 or 17.58% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AF57 is #1650A8. Grayscale: #B6B6B6. Windows color (decimal): -1462441 or 5746665. OLE color: 5746665.
HSL color Cylindrical-coordinate representation of color #E9AF57: hue angle of 36.16º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E9AF57 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 87 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.09 |
| HSL | 36.16º | 0.77% | 0.63% | - |
| HSV(B) | 36.16º | 0.63% | 0.91% | - |
| XYZ | 50.65 | 48.67 | 15.74 | - |
| YUV | 182.31 | 74.22 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 87 | 0 | 0.25 | 0.63 | 0.09 | 36.16 | 0.77 | 0.63 |
| Hex | E9 | AF | 57 | 0 | 19 | 3F | 9 | 24 | 4D | 3F |
| Octal | 351 | 257 | 127 | 0 | 31 | 77 | 11 | 44 | 115 | 77 |
| Binary | 11101001 | 10101111 | 1010111 | 0 | 11001 | 111111 | 1001 | 100100 | 1001101 | 111111 |
Color Harmonies of #E9AF57
Complementary color
Monochromatic Colors of #E9AF57
Black with #E9AF57
Text Example
Text Example
White with #E9AF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF57; }
p { color: rgb(233,175,87); }
H1.HeaderClassName
{
color: #E9AF57;
}
.AnyTagClassName
{
color: #E9AF57;
}
</style>
background-color css
<style>
a { background-color: #E9AF57; }
a { background-color: rgb(233,175,87); }
div.DivClassName
{
background-color: #E9AF57;
}
.BgClassName
{
background-color: #E9AF57;
}
</style>
border-color css
<style>
span { border-color: #E9AF57; }
span { border-color: rgb(233,175,87); }
td.TdClassName
{
border-color: #E9AF57;
}
.TagClassName
{
border-color: #E9AF57;
}
</style>