Shades of Casablanca #EAA74C
Tints of Casablanca #EAA74C
RGB
CMYK
RGB Variations
Color information
#EAA74C (or 0xEAA74C) is known color: Casablanca. HEX triplet: EA, A7 and 4C. RGB value is (234,167,76). Sum of RGB (Red+Green+Blue) = 234+167+76=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA74C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA74C is #1558B3. Grayscale: #B1B1B1. Windows color (decimal): -1398964 or 5023722. OLE color: 5023722.
HSL color Cylindrical-coordinate representation of color #EAA74C: hue angle of 34.56º 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 #EAA74C is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 76 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.08 |
| HSL | 34.56º | 0.79% | 0.61% | - |
| HSV(B) | 34.56º | 0.68% | 0.92% | - |
| XYZ | 49.05 | 45.65 | 13.06 | - |
| YUV | 176.66 | 71.2 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 76 | 0 | 0.29 | 0.68 | 0.08 | 34.56 | 0.79 | 0.61 |
| Hex | EA | A7 | 4C | 0 | 1D | 44 | 8 | 23 | 4F | 3D |
| Octal | 352 | 247 | 114 | 0 | 35 | 104 | 10 | 43 | 117 | 75 |
| Binary | 11101010 | 10100111 | 1001100 | 0 | 11101 | 1000100 | 1000 | 100011 | 1001111 | 111101 |
Color Harmonies of #EAA74C
Complementary color
Monochromatic Colors of #EAA74C
Black with #EAA74C
Text Example
Text Example
White with #EAA74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA74C; }
p { color: rgb(234,167,76); }
H1.HeaderClassName
{
color: #EAA74C;
}
.AnyTagClassName
{
color: #EAA74C;
}
</style>
background-color css
<style>
a { background-color: #EAA74C; }
a { background-color: rgb(234,167,76); }
div.DivClassName
{
background-color: #EAA74C;
}
.BgClassName
{
background-color: #EAA74C;
}
</style>
border-color css
<style>
span { border-color: #EAA74C; }
span { border-color: rgb(234,167,76); }
td.TdClassName
{
border-color: #EAA74C;
}
.TagClassName
{
border-color: #EAA74C;
}
</style>