Shades of Casablanca #EAAF4C
Tints of Casablanca #EAAF4C
RGB
CMYK
RGB Variations
Color information
#EAAF4C (or 0xEAAF4C) is known color: Casablanca. HEX triplet: EA, AF and 4C. RGB value is (234,175,76). Sum of RGB (Red+Green+Blue) = 234+175+76=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAF4C is #1550B3. Grayscale: #B5B5B5. Windows color (decimal): -1396916 or 5025770. OLE color: 5025770.
HSL color Cylindrical-coordinate representation of color #EAAF4C: hue angle of 37.59º 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 #EAAF4C is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 76 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.08 |
| HSL | 37.59º | 0.79% | 0.61% | - |
| HSV(B) | 37.59º | 0.68% | 0.92% | - |
| XYZ | 50.57 | 48.67 | 13.57 | - |
| YUV | 181.36 | 68.55 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 76 | 0 | 0.25 | 0.68 | 0.08 | 37.59 | 0.79 | 0.61 |
| Hex | EA | AF | 4C | 0 | 19 | 44 | 8 | 26 | 4F | 3D |
| Octal | 352 | 257 | 114 | 0 | 31 | 104 | 10 | 46 | 117 | 75 |
| Binary | 11101010 | 10101111 | 1001100 | 0 | 11001 | 1000100 | 1000 | 100110 | 1001111 | 111101 |
Color Harmonies of #EAAF4C
Complementary color
Monochromatic Colors of #EAAF4C
Black with #EAAF4C
Text Example
Text Example
White with #EAAF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAF4C; }
p { color: rgb(234,175,76); }
H1.HeaderClassName
{
color: #EAAF4C;
}
.AnyTagClassName
{
color: #EAAF4C;
}
</style>
background-color css
<style>
a { background-color: #EAAF4C; }
a { background-color: rgb(234,175,76); }
div.DivClassName
{
background-color: #EAAF4C;
}
.BgClassName
{
background-color: #EAAF4C;
}
</style>
border-color css
<style>
span { border-color: #EAAF4C; }
span { border-color: rgb(234,175,76); }
td.TdClassName
{
border-color: #EAAF4C;
}
.TagClassName
{
border-color: #EAAF4C;
}
</style>