Shades of Casablanca #EAAB57
Tints of Casablanca #EAAB57
RGB
CMYK
RGB Variations
Color information
#EAAB57 (or 0xEAAB57) is known color: Casablanca. HEX triplet: EA, AB and 57. RGB value is (234,171,87). Sum of RGB (Red+Green+Blue) = 234+171+87=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAB57 is #1554A8. Grayscale: #B4B4B4. Windows color (decimal): -1397929 or 5745642. OLE color: 5745642.
HSL color Cylindrical-coordinate representation of color #EAAB57: hue angle of 34.29º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EAAB57 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 87 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.08 |
| HSL | 34.29º | 0.78% | 0.63% | - |
| HSV(B) | 34.29º | 0.63% | 0.92% | - |
| XYZ | 50.21 | 47.31 | 15.5 | - |
| YUV | 180.26 | 75.37 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 87 | 0 | 0.27 | 0.63 | 0.08 | 34.29 | 0.78 | 0.63 |
| Hex | EA | AB | 57 | 0 | 1B | 3F | 8 | 22 | 4E | 3F |
| Octal | 352 | 253 | 127 | 0 | 33 | 77 | 10 | 42 | 116 | 77 |
| Binary | 11101010 | 10101011 | 1010111 | 0 | 11011 | 111111 | 1000 | 100010 | 1001110 | 111111 |
Color Harmonies of #EAAB57
Complementary color
Monochromatic Colors of #EAAB57
Black with #EAAB57
Text Example
Text Example
White with #EAAB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAB57; }
p { color: rgb(234,171,87); }
H1.HeaderClassName
{
color: #EAAB57;
}
.AnyTagClassName
{
color: #EAAB57;
}
</style>
background-color css
<style>
a { background-color: #EAAB57; }
a { background-color: rgb(234,171,87); }
div.DivClassName
{
background-color: #EAAB57;
}
.BgClassName
{
background-color: #EAAB57;
}
</style>
border-color css
<style>
span { border-color: #EAAB57; }
span { border-color: rgb(234,171,87); }
td.TdClassName
{
border-color: #EAAB57;
}
.TagClassName
{
border-color: #EAAB57;
}
</style>