Shades of Casablanca #E8A856
Tints of Casablanca #E8A856
RGB
CMYK
RGB Variations
Color information
#E8A856 (or 0xE8A856) is known color: Casablanca. HEX triplet: E8, A8 and 56. RGB value is (232,168,86). Sum of RGB (Red+Green+Blue) = 232+168+86=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 86 (33.98% from 255 or 17.70% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A856 is #1757A9. Grayscale: #B2B2B2. Windows color (decimal): -1529770 or 5679336. OLE color: 5679336.
HSL color Cylindrical-coordinate representation of color #E8A856: hue angle of 33.7º 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 #E8A856 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 168 | 86 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.09 |
| HSL | 33.7º | 0.76% | 0.62% | - |
| HSV(B) | 33.7º | 0.63% | 0.91% | - |
| XYZ | 48.96 | 45.83 | 15.07 | - |
| YUV | 177.79 | 76.2 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 168 | 86 | 0 | 0.28 | 0.63 | 0.09 | 33.7 | 0.76 | 0.62 |
| Hex | E8 | A8 | 56 | 0 | 1C | 3F | 9 | 22 | 4C | 3E |
| Octal | 350 | 250 | 126 | 0 | 34 | 77 | 11 | 42 | 114 | 76 |
| Binary | 11101000 | 10101000 | 1010110 | 0 | 11100 | 111111 | 1001 | 100010 | 1001100 | 111110 |
Color Harmonies of #E8A856
Complementary color
Monochromatic Colors of #E8A856
Black with #E8A856
Text Example
Text Example
White with #E8A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A856; }
p { color: rgb(232,168,86); }
H1.HeaderClassName
{
color: #E8A856;
}
.AnyTagClassName
{
color: #E8A856;
}
</style>
background-color css
<style>
a { background-color: #E8A856; }
a { background-color: rgb(232,168,86); }
div.DivClassName
{
background-color: #E8A856;
}
.BgClassName
{
background-color: #E8A856;
}
</style>
border-color css
<style>
span { border-color: #E8A856; }
span { border-color: rgb(232,168,86); }
td.TdClassName
{
border-color: #E8A856;
}
.TagClassName
{
border-color: #E8A856;
}
</style>