Shades of Casablanca #EAB15A
Tints of Casablanca #EAB15A
RGB
CMYK
RGB Variations
Color information
#EAB15A (or 0xEAB15A) is known color: Casablanca. HEX triplet: EA, B1 and 5A. RGB value is (234,177,90). Sum of RGB (Red+Green+Blue) = 234+177+90=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB15A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB15A is #154EA5. Grayscale: #B8B8B8. Windows color (decimal): -1396390 or 5943786. OLE color: 5943786.
HSL color Cylindrical-coordinate representation of color #EAB15A: hue angle of 36.25º 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 #EAB15A is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 90 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.08 |
| HSL | 36.25º | 0.77% | 0.64% | - |
| HSV(B) | 36.25º | 0.62% | 0.92% | - |
| XYZ | 51.5 | 49.67 | 16.55 | - |
| YUV | 184.13 | 74.88 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 90 | 0 | 0.24 | 0.62 | 0.08 | 36.25 | 0.77 | 0.64 |
| Hex | EA | B1 | 5A | 0 | 18 | 3E | 8 | 24 | 4D | 40 |
| Octal | 352 | 261 | 132 | 0 | 30 | 76 | 10 | 44 | 115 | 100 |
| Binary | 11101010 | 10110001 | 1011010 | 0 | 11000 | 111110 | 1000 | 100100 | 1001101 | 1000000 |
Color Harmonies of #EAB15A
Complementary color
Monochromatic Colors of #EAB15A
Black with #EAB15A
Text Example
Text Example
White with #EAB15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB15A; }
p { color: rgb(234,177,90); }
H1.HeaderClassName
{
color: #EAB15A;
}
.AnyTagClassName
{
color: #EAB15A;
}
</style>
background-color css
<style>
a { background-color: #EAB15A; }
a { background-color: rgb(234,177,90); }
div.DivClassName
{
background-color: #EAB15A;
}
.BgClassName
{
background-color: #EAB15A;
}
</style>
border-color css
<style>
span { border-color: #EAB15A; }
span { border-color: rgb(234,177,90); }
td.TdClassName
{
border-color: #EAB15A;
}
.TagClassName
{
border-color: #EAB15A;
}
</style>