Shades of Casablanca #EAA856
Tints of Casablanca #EAA856
RGB
CMYK
RGB Variations
Color information
#EAA856 (or 0xEAA856) is known color: Casablanca. HEX triplet: EA, A8 and 56. RGB value is (234,168,86). Sum of RGB (Red+Green+Blue) = 234+168+86=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA856 is #1557A9. Grayscale: #B2B2B2. Windows color (decimal): -1398698 or 5679338. OLE color: 5679338.
HSL color Cylindrical-coordinate representation of color #EAA856: hue angle of 33.24º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EAA856 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 86 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.08 |
| HSL | 33.24º | 0.78% | 0.63% | - |
| HSV(B) | 33.24º | 0.63% | 0.92% | - |
| XYZ | 49.61 | 46.17 | 15.1 | - |
| YUV | 178.39 | 75.87 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 86 | 0 | 0.28 | 0.63 | 0.08 | 33.24 | 0.78 | 0.63 |
| Hex | EA | A8 | 56 | 0 | 1C | 3F | 8 | 21 | 4E | 3F |
| Octal | 352 | 250 | 126 | 0 | 34 | 77 | 10 | 41 | 116 | 77 |
| Binary | 11101010 | 10101000 | 1010110 | 0 | 11100 | 111111 | 1000 | 100001 | 1001110 | 111111 |
Color Harmonies of #EAA856
Complementary color
Monochromatic Colors of #EAA856
Black with #EAA856
Text Example
Text Example
White with #EAA856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA856; }
p { color: rgb(234,168,86); }
H1.HeaderClassName
{
color: #EAA856;
}
.AnyTagClassName
{
color: #EAA856;
}
</style>
background-color css
<style>
a { background-color: #EAA856; }
a { background-color: rgb(234,168,86); }
div.DivClassName
{
background-color: #EAA856;
}
.BgClassName
{
background-color: #EAA856;
}
</style>
border-color css
<style>
span { border-color: #EAA856; }
span { border-color: rgb(234,168,86); }
td.TdClassName
{
border-color: #EAA856;
}
.TagClassName
{
border-color: #EAA856;
}
</style>