Shades of Casablanca #EAA84C
Tints of Casablanca #EAA84C
RGB
CMYK
RGB Variations
Color information
#EAA84C (or 0xEAA84C) is known color: Casablanca. HEX triplet: EA, A8 and 4C. RGB value is (234,168,76). Sum of RGB (Red+Green+Blue) = 234+168+76=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA84C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA84C is #1557B3. Grayscale: #B1B1B1. Windows color (decimal): -1398708 or 5023978. OLE color: 5023978.
HSL color Cylindrical-coordinate representation of color #EAA84C: hue angle of 34.94º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAA84C is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 76 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.08 |
| HSL | 34.94º | 0.79% | 0.61% | - |
| HSV(B) | 34.94º | 0.68% | 0.92% | - |
| XYZ | 49.24 | 46.02 | 13.12 | - |
| YUV | 177.25 | 70.87 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 76 | 0 | 0.28 | 0.68 | 0.08 | 34.94 | 0.79 | 0.61 |
| Hex | EA | A8 | 4C | 0 | 1C | 44 | 8 | 23 | 4F | 3D |
| Octal | 352 | 250 | 114 | 0 | 34 | 104 | 10 | 43 | 117 | 75 |
| Binary | 11101010 | 10101000 | 1001100 | 0 | 11100 | 1000100 | 1000 | 100011 | 1001111 | 111101 |
Color Harmonies of #EAA84C
Complementary color
Monochromatic Colors of #EAA84C
Black with #EAA84C
Text Example
Text Example
White with #EAA84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA84C; }
p { color: rgb(234,168,76); }
H1.HeaderClassName
{
color: #EAA84C;
}
.AnyTagClassName
{
color: #EAA84C;
}
</style>
background-color css
<style>
a { background-color: #EAA84C; }
a { background-color: rgb(234,168,76); }
div.DivClassName
{
background-color: #EAA84C;
}
.BgClassName
{
background-color: #EAA84C;
}
</style>
border-color css
<style>
span { border-color: #EAA84C; }
span { border-color: rgb(234,168,76); }
td.TdClassName
{
border-color: #EAA84C;
}
.TagClassName
{
border-color: #EAA84C;
}
</style>