Shades of Casablanca #EAB256
Tints of Casablanca #EAB256
RGB
CMYK
RGB Variations
Color information
#EAB256 (or 0xEAB256) is known color: Casablanca. HEX triplet: EA, B2 and 56. RGB value is (234,178,86). Sum of RGB (Red+Green+Blue) = 234+178+86=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB256 is #154DA9. Grayscale: #B8B8B8. Windows color (decimal): -1396138 or 5681898. OLE color: 5681898.
HSL color Cylindrical-coordinate representation of color #EAB256: hue angle of 37.3º 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 #EAB256 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 86 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.08 |
| HSL | 37.3º | 0.78% | 0.63% | - |
| HSV(B) | 37.3º | 0.63% | 0.92% | - |
| XYZ | 51.53 | 50.01 | 15.74 | - |
| YUV | 184.26 | 72.55 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 86 | 0 | 0.24 | 0.63 | 0.08 | 37.3 | 0.78 | 0.63 |
| Hex | EA | B2 | 56 | 0 | 18 | 3F | 8 | 25 | 4E | 3F |
| Octal | 352 | 262 | 126 | 0 | 30 | 77 | 10 | 45 | 116 | 77 |
| Binary | 11101010 | 10110010 | 1010110 | 0 | 11000 | 111111 | 1000 | 100101 | 1001110 | 111111 |
Color Harmonies of #EAB256
Complementary color
Monochromatic Colors of #EAB256
Black with #EAB256
Text Example
Text Example
White with #EAB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB256; }
p { color: rgb(234,178,86); }
H1.HeaderClassName
{
color: #EAB256;
}
.AnyTagClassName
{
color: #EAB256;
}
</style>
background-color css
<style>
a { background-color: #EAB256; }
a { background-color: rgb(234,178,86); }
div.DivClassName
{
background-color: #EAB256;
}
.BgClassName
{
background-color: #EAB256;
}
</style>
border-color css
<style>
span { border-color: #EAB256; }
span { border-color: rgb(234,178,86); }
td.TdClassName
{
border-color: #EAB256;
}
.TagClassName
{
border-color: #EAB256;
}
</style>