Shades of Casablanca #EAA64B
Tints of Casablanca #EAA64B
RGB
CMYK
RGB Variations
Color information
#EAA64B (or 0xEAA64B) is known color: Casablanca. HEX triplet: EA, A6 and 4B. RGB value is (234,166,75). Sum of RGB (Red+Green+Blue) = 234+166+75=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA64B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA64B is #1559B4. Grayscale: #B0B0B0. Windows color (decimal): -1399221 or 4957930. OLE color: 4957930.
HSL color Cylindrical-coordinate representation of color #EAA64B: hue angle of 34.34º 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 #EAA64B is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 75 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.08 |
| HSL | 34.34º | 0.79% | 0.61% | - |
| HSV(B) | 34.34º | 0.68% | 0.92% | - |
| XYZ | 48.84 | 45.27 | 12.82 | - |
| YUV | 175.96 | 71.03 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 75 | 0 | 0.29 | 0.68 | 0.08 | 34.34 | 0.79 | 0.61 |
| Hex | EA | A6 | 4B | 0 | 1D | 44 | 8 | 22 | 4F | 3D |
| Octal | 352 | 246 | 113 | 0 | 35 | 104 | 10 | 42 | 117 | 75 |
| Binary | 11101010 | 10100110 | 1001011 | 0 | 11101 | 1000100 | 1000 | 100010 | 1001111 | 111101 |
Color Harmonies of #EAA64B
Complementary color
Monochromatic Colors of #EAA64B
Black with #EAA64B
Text Example
Text Example
White with #EAA64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA64B; }
p { color: rgb(234,166,75); }
H1.HeaderClassName
{
color: #EAA64B;
}
.AnyTagClassName
{
color: #EAA64B;
}
</style>
background-color css
<style>
a { background-color: #EAA64B; }
a { background-color: rgb(234,166,75); }
div.DivClassName
{
background-color: #EAA64B;
}
.BgClassName
{
background-color: #EAA64B;
}
</style>
border-color css
<style>
span { border-color: #EAA64B; }
span { border-color: rgb(234,166,75); }
td.TdClassName
{
border-color: #EAA64B;
}
.TagClassName
{
border-color: #EAA64B;
}
</style>