Shades of Casablanca #EAA84D
Tints of Casablanca #EAA84D
RGB
CMYK
RGB Variations
Color information
#EAA84D (or 0xEAA84D) is known color: Casablanca. HEX triplet: EA, A8 and 4D. RGB value is (234,168,77). Sum of RGB (Red+Green+Blue) = 234+168+77=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA84D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA84D is #1557B2. Grayscale: #B1B1B1. Windows color (decimal): -1398707 or 5089514. OLE color: 5089514.
HSL color Cylindrical-coordinate representation of color #EAA84D: hue angle of 34.78º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EAA84D is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 77 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.08 |
| HSL | 34.78º | 0.79% | 0.61% | - |
| HSV(B) | 34.78º | 0.67% | 0.92% | - |
| XYZ | 49.27 | 46.03 | 13.31 | - |
| YUV | 177.36 | 71.37 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 77 | 0 | 0.28 | 0.67 | 0.08 | 34.78 | 0.79 | 0.61 |
| Hex | EA | A8 | 4D | 0 | 1C | 43 | 8 | 23 | 4F | 3D |
| Octal | 352 | 250 | 115 | 0 | 34 | 103 | 10 | 43 | 117 | 75 |
| Binary | 11101010 | 10101000 | 1001101 | 0 | 11100 | 1000011 | 1000 | 100011 | 1001111 | 111101 |
Color Harmonies of #EAA84D
Complementary color
Monochromatic Colors of #EAA84D
Black with #EAA84D
Text Example
Text Example
White with #EAA84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA84D; }
p { color: rgb(234,168,77); }
H1.HeaderClassName
{
color: #EAA84D;
}
.AnyTagClassName
{
color: #EAA84D;
}
</style>
background-color css
<style>
a { background-color: #EAA84D; }
a { background-color: rgb(234,168,77); }
div.DivClassName
{
background-color: #EAA84D;
}
.BgClassName
{
background-color: #EAA84D;
}
</style>
border-color css
<style>
span { border-color: #EAA84D; }
span { border-color: rgb(234,168,77); }
td.TdClassName
{
border-color: #EAA84D;
}
.TagClassName
{
border-color: #EAA84D;
}
</style>