Shades of Casablanca #EAA64D
Tints of Casablanca #EAA64D
RGB
CMYK
RGB Variations
Color information
#EAA64D (or 0xEAA64D) is known color: Casablanca. HEX triplet: EA, A6 and 4D. RGB value is (234,166,77). Sum of RGB (Red+Green+Blue) = 234+166+77=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA64D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA64D is #1559B2. Grayscale: #B0B0B0. Windows color (decimal): -1399219 or 5089002. OLE color: 5089002.
HSL color Cylindrical-coordinate representation of color #EAA64D: hue angle of 34.01º 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 #EAA64D is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 77 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.08 |
| HSL | 34.01º | 0.79% | 0.61% | - |
| HSV(B) | 34.01º | 0.67% | 0.92% | - |
| XYZ | 48.91 | 45.3 | 13.19 | - |
| YUV | 176.19 | 72.03 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 77 | 0 | 0.29 | 0.67 | 0.08 | 34.01 | 0.79 | 0.61 |
| Hex | EA | A6 | 4D | 0 | 1D | 43 | 8 | 22 | 4F | 3D |
| Octal | 352 | 246 | 115 | 0 | 35 | 103 | 10 | 42 | 117 | 75 |
| Binary | 11101010 | 10100110 | 1001101 | 0 | 11101 | 1000011 | 1000 | 100010 | 1001111 | 111101 |
Color Harmonies of #EAA64D
Complementary color
Monochromatic Colors of #EAA64D
Black with #EAA64D
Text Example
Text Example
White with #EAA64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA64D; }
p { color: rgb(234,166,77); }
H1.HeaderClassName
{
color: #EAA64D;
}
.AnyTagClassName
{
color: #EAA64D;
}
</style>
background-color css
<style>
a { background-color: #EAA64D; }
a { background-color: rgb(234,166,77); }
div.DivClassName
{
background-color: #EAA64D;
}
.BgClassName
{
background-color: #EAA64D;
}
</style>
border-color css
<style>
span { border-color: #EAA64D; }
span { border-color: rgb(234,166,77); }
td.TdClassName
{
border-color: #EAA64D;
}
.TagClassName
{
border-color: #EAA64D;
}
</style>