Shades of Casablanca #E8AA56
Tints of Casablanca #E8AA56
RGB
CMYK
RGB Variations
Color information
#E8AA56 (or 0xE8AA56) is known color: Casablanca. HEX triplet: E8, AA and 56. RGB value is (232,170,86). Sum of RGB (Red+Green+Blue) = 232+170+86=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AA56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AA56 is #1755A9. Grayscale: #B3B3B3. Windows color (decimal): -1529258 or 5679848. OLE color: 5679848.
HSL color Cylindrical-coordinate representation of color #E8AA56: hue angle of 34.52º 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 #E8AA56 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 170 | 86 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.09 |
| HSL | 34.52º | 0.76% | 0.62% | - |
| HSV(B) | 34.52º | 0.63% | 0.91% | - |
| XYZ | 49.33 | 46.58 | 15.19 | - |
| YUV | 178.96 | 75.54 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 86 | 0 | 0.27 | 0.63 | 0.09 | 34.52 | 0.76 | 0.62 |
| Hex | E8 | AA | 56 | 0 | 1B | 3F | 9 | 23 | 4C | 3E |
| Octal | 350 | 252 | 126 | 0 | 33 | 77 | 11 | 43 | 114 | 76 |
| Binary | 11101000 | 10101010 | 1010110 | 0 | 11011 | 111111 | 1001 | 100011 | 1001100 | 111110 |
Color Harmonies of #E8AA56
Complementary color
Monochromatic Colors of #E8AA56
Black with #E8AA56
Text Example
Text Example
White with #E8AA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AA56; }
p { color: rgb(232,170,86); }
H1.HeaderClassName
{
color: #E8AA56;
}
.AnyTagClassName
{
color: #E8AA56;
}
</style>
background-color css
<style>
a { background-color: #E8AA56; }
a { background-color: rgb(232,170,86); }
div.DivClassName
{
background-color: #E8AA56;
}
.BgClassName
{
background-color: #E8AA56;
}
</style>
border-color css
<style>
span { border-color: #E8AA56; }
span { border-color: rgb(232,170,86); }
td.TdClassName
{
border-color: #E8AA56;
}
.TagClassName
{
border-color: #E8AA56;
}
</style>