Shades of Casablanca #EAB051
Tints of Casablanca #EAB051
RGB
CMYK
RGB Variations
Color information
#EAB051 (or 0xEAB051) is known color: Casablanca. HEX triplet: EA, B0 and 51. RGB value is (234,176,81). Sum of RGB (Red+Green+Blue) = 234+176+81=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 81 (32.03% from 255 or 16.50% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB051 is #154FAE. Grayscale: #B6B6B6. Windows color (decimal): -1396655 or 5353706. OLE color: 5353706.
HSL color Cylindrical-coordinate representation of color #EAB051: hue angle of 37.25º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAB051 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 81 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.08 |
| HSL | 37.25º | 0.78% | 0.62% | - |
| HSV(B) | 37.25º | 0.65% | 0.92% | - |
| XYZ | 50.94 | 49.14 | 14.58 | - |
| YUV | 182.51 | 70.72 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 81 | 0 | 0.25 | 0.65 | 0.08 | 37.25 | 0.78 | 0.62 |
| Hex | EA | B0 | 51 | 0 | 19 | 41 | 8 | 25 | 4E | 3E |
| Octal | 352 | 260 | 121 | 0 | 31 | 101 | 10 | 45 | 116 | 76 |
| Binary | 11101010 | 10110000 | 1010001 | 0 | 11001 | 1000001 | 1000 | 100101 | 1001110 | 111110 |
Color Harmonies of #EAB051
Complementary color
Monochromatic Colors of #EAB051
Black with #EAB051
Text Example
Text Example
White with #EAB051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB051; }
p { color: rgb(234,176,81); }
H1.HeaderClassName
{
color: #EAB051;
}
.AnyTagClassName
{
color: #EAB051;
}
</style>
background-color css
<style>
a { background-color: #EAB051; }
a { background-color: rgb(234,176,81); }
div.DivClassName
{
background-color: #EAB051;
}
.BgClassName
{
background-color: #EAB051;
}
</style>
border-color css
<style>
span { border-color: #EAB051; }
span { border-color: rgb(234,176,81); }
td.TdClassName
{
border-color: #EAB051;
}
.TagClassName
{
border-color: #EAB051;
}
</style>