Shades of Casablanca #EAB357
Tints of Casablanca #EAB357
RGB
CMYK
RGB Variations
Color information
#EAB357 (or 0xEAB357) is known color: Casablanca. HEX triplet: EA, B3 and 57. RGB value is (234,179,87). Sum of RGB (Red+Green+Blue) = 234+179+87=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB357 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB357 is #154CA8. Grayscale: #B9B9B9. Windows color (decimal): -1395881 or 5747690. OLE color: 5747690.
HSL color Cylindrical-coordinate representation of color #EAB357: hue angle of 37.55º 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 #EAB357 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 87 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.08 |
| HSL | 37.55º | 0.78% | 0.63% | - |
| HSV(B) | 37.55º | 0.63% | 0.92% | - |
| XYZ | 51.77 | 50.42 | 16.02 | - |
| YUV | 184.96 | 72.72 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 87 | 0 | 0.24 | 0.63 | 0.08 | 37.55 | 0.78 | 0.63 |
| Hex | EA | B3 | 57 | 0 | 18 | 3F | 8 | 26 | 4E | 3F |
| Octal | 352 | 263 | 127 | 0 | 30 | 77 | 10 | 46 | 116 | 77 |
| Binary | 11101010 | 10110011 | 1010111 | 0 | 11000 | 111111 | 1000 | 100110 | 1001110 | 111111 |
Color Harmonies of #EAB357
Complementary color
Monochromatic Colors of #EAB357
Black with #EAB357
Text Example
Text Example
White with #EAB357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB357; }
p { color: rgb(234,179,87); }
H1.HeaderClassName
{
color: #EAB357;
}
.AnyTagClassName
{
color: #EAB357;
}
</style>
background-color css
<style>
a { background-color: #EAB357; }
a { background-color: rgb(234,179,87); }
div.DivClassName
{
background-color: #EAB357;
}
.BgClassName
{
background-color: #EAB357;
}
</style>
border-color css
<style>
span { border-color: #EAB357; }
span { border-color: rgb(234,179,87); }
td.TdClassName
{
border-color: #EAB357;
}
.TagClassName
{
border-color: #EAB357;
}
</style>