Shades of Casablanca #EAAB5A
Tints of Casablanca #EAAB5A
RGB
CMYK
RGB Variations
Color information
#EAAB5A (or 0xEAAB5A) is known color: Casablanca. HEX triplet: EA, AB and 5A. RGB value is (234,171,90). Sum of RGB (Red+Green+Blue) = 234+171+90=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAB5A is #1554A5. Grayscale: #B4B4B4. Windows color (decimal): -1397926 or 5942250. OLE color: 5942250.
HSL color Cylindrical-coordinate representation of color #EAAB5A: hue angle of 33.75º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EAAB5A is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 90 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.08 |
| HSL | 33.75º | 0.77% | 0.64% | - |
| HSV(B) | 33.75º | 0.62% | 0.92% | - |
| XYZ | 50.34 | 47.36 | 16.16 | - |
| YUV | 180.6 | 76.87 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 90 | 0 | 0.27 | 0.62 | 0.08 | 33.75 | 0.77 | 0.64 |
| Hex | EA | AB | 5A | 0 | 1B | 3E | 8 | 22 | 4D | 40 |
| Octal | 352 | 253 | 132 | 0 | 33 | 76 | 10 | 42 | 115 | 100 |
| Binary | 11101010 | 10101011 | 1011010 | 0 | 11011 | 111110 | 1000 | 100010 | 1001101 | 1000000 |
Color Harmonies of #EAAB5A
Complementary color
Monochromatic Colors of #EAAB5A
Black with #EAAB5A
Text Example
Text Example
White with #EAAB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAB5A; }
p { color: rgb(234,171,90); }
H1.HeaderClassName
{
color: #EAAB5A;
}
.AnyTagClassName
{
color: #EAAB5A;
}
</style>
background-color css
<style>
a { background-color: #EAAB5A; }
a { background-color: rgb(234,171,90); }
div.DivClassName
{
background-color: #EAAB5A;
}
.BgClassName
{
background-color: #EAAB5A;
}
</style>
border-color css
<style>
span { border-color: #EAAB5A; }
span { border-color: rgb(234,171,90); }
td.TdClassName
{
border-color: #EAAB5A;
}
.TagClassName
{
border-color: #EAAB5A;
}
</style>