Shades of Casablanca #EAAF54
Tints of Casablanca #EAAF54
RGB
CMYK
RGB Variations
Color information
#EAAF54 (or 0xEAAF54) is known color: Casablanca. HEX triplet: EA, AF and 54. RGB value is (234,175,84). Sum of RGB (Red+Green+Blue) = 234+175+84=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAF54 is #1550AB. Grayscale: #B6B6B6. Windows color (decimal): -1396908 or 5550058. OLE color: 5550058.
HSL color Cylindrical-coordinate representation of color #EAAF54: hue angle of 36.4º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EAAF54 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 84 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.08 |
| HSL | 36.4º | 0.78% | 0.62% | - |
| HSV(B) | 36.4º | 0.64% | 0.92% | - |
| XYZ | 50.86 | 48.79 | 15.12 | - |
| YUV | 182.27 | 72.55 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 84 | 0 | 0.25 | 0.64 | 0.08 | 36.4 | 0.78 | 0.62 |
| Hex | EA | AF | 54 | 0 | 19 | 40 | 8 | 24 | 4E | 3E |
| Octal | 352 | 257 | 124 | 0 | 31 | 100 | 10 | 44 | 116 | 76 |
| Binary | 11101010 | 10101111 | 1010100 | 0 | 11001 | 1000000 | 1000 | 100100 | 1001110 | 111110 |
Color Harmonies of #EAAF54
Complementary color
Monochromatic Colors of #EAAF54
Black with #EAAF54
Text Example
Text Example
White with #EAAF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAF54; }
p { color: rgb(234,175,84); }
H1.HeaderClassName
{
color: #EAAF54;
}
.AnyTagClassName
{
color: #EAAF54;
}
</style>
background-color css
<style>
a { background-color: #EAAF54; }
a { background-color: rgb(234,175,84); }
div.DivClassName
{
background-color: #EAAF54;
}
.BgClassName
{
background-color: #EAAF54;
}
</style>
border-color css
<style>
span { border-color: #EAAF54; }
span { border-color: rgb(234,175,84); }
td.TdClassName
{
border-color: #EAAF54;
}
.TagClassName
{
border-color: #EAAF54;
}
</style>