Shades of Casablanca #EAA74D
Tints of Casablanca #EAA74D
RGB
CMYK
RGB Variations
Color information
#EAA74D (or 0xEAA74D) is known color: Casablanca. HEX triplet: EA, A7 and 4D. RGB value is (234,167,77). Sum of RGB (Red+Green+Blue) = 234+167+77=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA74D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA74D is #1558B2. Grayscale: #B1B1B1. Windows color (decimal): -1398963 or 5089258. OLE color: 5089258.
HSL color Cylindrical-coordinate representation of color #EAA74D: hue angle of 34.39º 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 #EAA74D is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 77 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.08 |
| HSL | 34.39º | 0.79% | 0.61% | - |
| HSV(B) | 34.39º | 0.67% | 0.92% | - |
| XYZ | 49.09 | 45.67 | 13.25 | - |
| YUV | 176.77 | 71.7 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 77 | 0 | 0.29 | 0.67 | 0.08 | 34.39 | 0.79 | 0.61 |
| Hex | EA | A7 | 4D | 0 | 1D | 43 | 8 | 22 | 4F | 3D |
| Octal | 352 | 247 | 115 | 0 | 35 | 103 | 10 | 42 | 117 | 75 |
| Binary | 11101010 | 10100111 | 1001101 | 0 | 11101 | 1000011 | 1000 | 100010 | 1001111 | 111101 |
Color Harmonies of #EAA74D
Complementary color
Monochromatic Colors of #EAA74D
Black with #EAA74D
Text Example
Text Example
White with #EAA74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA74D; }
p { color: rgb(234,167,77); }
H1.HeaderClassName
{
color: #EAA74D;
}
.AnyTagClassName
{
color: #EAA74D;
}
</style>
background-color css
<style>
a { background-color: #EAA74D; }
a { background-color: rgb(234,167,77); }
div.DivClassName
{
background-color: #EAA74D;
}
.BgClassName
{
background-color: #EAA74D;
}
</style>
border-color css
<style>
span { border-color: #EAA74D; }
span { border-color: rgb(234,167,77); }
td.TdClassName
{
border-color: #EAA74D;
}
.TagClassName
{
border-color: #EAA74D;
}
</style>