Shades of Casablanca #E8AF55
Tints of Casablanca #E8AF55
RGB
CMYK
RGB Variations
Color information
#E8AF55 (or 0xE8AF55) is known color: Casablanca. HEX triplet: E8, AF and 55. RGB value is (232,175,85). Sum of RGB (Red+Green+Blue) = 232+175+85=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AF55 is #1750AA. Grayscale: #B6B6B6. Windows color (decimal): -1527979 or 5615592. OLE color: 5615592.
HSL color Cylindrical-coordinate representation of color #E8AF55: hue angle of 36.73º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E8AF55 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 85 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.09 |
| HSL | 36.73º | 0.76% | 0.62% | - |
| HSV(B) | 36.73º | 0.63% | 0.91% | - |
| XYZ | 50.25 | 48.47 | 15.3 | - |
| YUV | 181.78 | 73.38 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 85 | 0 | 0.25 | 0.63 | 0.09 | 36.73 | 0.76 | 0.62 |
| Hex | E8 | AF | 55 | 0 | 19 | 3F | 9 | 25 | 4C | 3E |
| Octal | 350 | 257 | 125 | 0 | 31 | 77 | 11 | 45 | 114 | 76 |
| Binary | 11101000 | 10101111 | 1010101 | 0 | 11001 | 111111 | 1001 | 100101 | 1001100 | 111110 |
Color Harmonies of #E8AF55
Complementary color
Monochromatic Colors of #E8AF55
Black with #E8AF55
Text Example
Text Example
White with #E8AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF55; }
p { color: rgb(232,175,85); }
H1.HeaderClassName
{
color: #E8AF55;
}
.AnyTagClassName
{
color: #E8AF55;
}
</style>
background-color css
<style>
a { background-color: #E8AF55; }
a { background-color: rgb(232,175,85); }
div.DivClassName
{
background-color: #E8AF55;
}
.BgClassName
{
background-color: #E8AF55;
}
</style>
border-color css
<style>
span { border-color: #E8AF55; }
span { border-color: rgb(232,175,85); }
td.TdClassName
{
border-color: #E8AF55;
}
.TagClassName
{
border-color: #E8AF55;
}
</style>