Shades of Casablanca #E8AB55
Tints of Casablanca #E8AB55
RGB
CMYK
RGB Variations
Color information
#E8AB55 (or 0xE8AB55) is known color: Casablanca. HEX triplet: E8, AB and 55. RGB value is (232,171,85). Sum of RGB (Red+Green+Blue) = 232+171+85=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AB55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AB55 is #1754AA. Grayscale: #B3B3B3. Windows color (decimal): -1529003 or 5614568. OLE color: 5614568.
HSL color Cylindrical-coordinate representation of color #E8AB55: hue angle of 35.1º 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 #E8AB55 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 171 | 85 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.09 |
| HSL | 35.1º | 0.76% | 0.62% | - |
| HSV(B) | 35.1º | 0.63% | 0.91% | - |
| XYZ | 49.48 | 46.94 | 15.05 | - |
| YUV | 179.44 | 74.71 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 171 | 85 | 0 | 0.26 | 0.63 | 0.09 | 35.1 | 0.76 | 0.62 |
| Hex | E8 | AB | 55 | 0 | 1A | 3F | 9 | 23 | 4C | 3E |
| Octal | 350 | 253 | 125 | 0 | 32 | 77 | 11 | 43 | 114 | 76 |
| Binary | 11101000 | 10101011 | 1010101 | 0 | 11010 | 111111 | 1001 | 100011 | 1001100 | 111110 |
Color Harmonies of #E8AB55
Complementary color
Monochromatic Colors of #E8AB55
Black with #E8AB55
Text Example
Text Example
White with #E8AB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AB55; }
p { color: rgb(232,171,85); }
H1.HeaderClassName
{
color: #E8AB55;
}
.AnyTagClassName
{
color: #E8AB55;
}
</style>
background-color css
<style>
a { background-color: #E8AB55; }
a { background-color: rgb(232,171,85); }
div.DivClassName
{
background-color: #E8AB55;
}
.BgClassName
{
background-color: #E8AB55;
}
</style>
border-color css
<style>
span { border-color: #E8AB55; }
span { border-color: rgb(232,171,85); }
td.TdClassName
{
border-color: #E8AB55;
}
.TagClassName
{
border-color: #E8AB55;
}
</style>