Shades of Casablanca #EAAB55
Tints of Casablanca #EAAB55
RGB
CMYK
RGB Variations
Color information
#EAAB55 (or 0xEAAB55) is known color: Casablanca. HEX triplet: EA, AB and 55. RGB value is (234,171,85). Sum of RGB (Red+Green+Blue) = 234+171+85=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAB55 is #1554AA. Grayscale: #B4B4B4. Windows color (decimal): -1397931 or 5614570. OLE color: 5614570.
HSL color Cylindrical-coordinate representation of color #EAAB55: hue angle of 34.63º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EAAB55 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 85 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.08 |
| HSL | 34.63º | 0.78% | 0.63% | - |
| HSV(B) | 34.63º | 0.64% | 0.92% | - |
| XYZ | 50.13 | 47.27 | 15.08 | - |
| YUV | 180.03 | 74.37 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 85 | 0 | 0.27 | 0.64 | 0.08 | 34.63 | 0.78 | 0.63 |
| Hex | EA | AB | 55 | 0 | 1B | 40 | 8 | 23 | 4E | 3F |
| Octal | 352 | 253 | 125 | 0 | 33 | 100 | 10 | 43 | 116 | 77 |
| Binary | 11101010 | 10101011 | 1010101 | 0 | 11011 | 1000000 | 1000 | 100011 | 1001110 | 111111 |
Color Harmonies of #EAAB55
Complementary color
Monochromatic Colors of #EAAB55
Black with #EAAB55
Text Example
Text Example
White with #EAAB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAB55; }
p { color: rgb(234,171,85); }
H1.HeaderClassName
{
color: #EAAB55;
}
.AnyTagClassName
{
color: #EAAB55;
}
</style>
background-color css
<style>
a { background-color: #EAAB55; }
a { background-color: rgb(234,171,85); }
div.DivClassName
{
background-color: #EAAB55;
}
.BgClassName
{
background-color: #EAAB55;
}
</style>
border-color css
<style>
span { border-color: #EAAB55; }
span { border-color: rgb(234,171,85); }
td.TdClassName
{
border-color: #EAAB55;
}
.TagClassName
{
border-color: #EAAB55;
}
</style>