Shades of Casablanca #E8B051
Tints of Casablanca #E8B051
RGB
CMYK
RGB Variations
Color information
#E8B051 (or 0xE8B051) is known color: Casablanca. HEX triplet: E8, B0 and 51. RGB value is (232,176,81). Sum of RGB (Red+Green+Blue) = 232+176+81=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 81 (32.03% from 255 or 16.56% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8B051 is #174FAE. Grayscale: #B6B6B6. Windows color (decimal): -1527727 or 5353704. OLE color: 5353704.
HSL color Cylindrical-coordinate representation of color #E8B051: hue angle of 37.75º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E8B051 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 176 | 81 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.09 |
| HSL | 37.75º | 0.77% | 0.61% | - |
| HSV(B) | 37.75º | 0.65% | 0.91% | - |
| XYZ | 50.29 | 48.8 | 14.55 | - |
| YUV | 181.91 | 71.05 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 176 | 81 | 0 | 0.24 | 0.65 | 0.09 | 37.75 | 0.77 | 0.61 |
| Hex | E8 | B0 | 51 | 0 | 18 | 41 | 9 | 26 | 4D | 3D |
| Octal | 350 | 260 | 121 | 0 | 30 | 101 | 11 | 46 | 115 | 75 |
| Binary | 11101000 | 10110000 | 1010001 | 0 | 11000 | 1000001 | 1001 | 100110 | 1001101 | 111101 |
Color Harmonies of #E8B051
Complementary color
Monochromatic Colors of #E8B051
Black with #E8B051
Text Example
Text Example
White with #E8B051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B051; }
p { color: rgb(232,176,81); }
H1.HeaderClassName
{
color: #E8B051;
}
.AnyTagClassName
{
color: #E8B051;
}
</style>
background-color css
<style>
a { background-color: #E8B051; }
a { background-color: rgb(232,176,81); }
div.DivClassName
{
background-color: #E8B051;
}
.BgClassName
{
background-color: #E8B051;
}
</style>
border-color css
<style>
span { border-color: #E8B051; }
span { border-color: rgb(232,176,81); }
td.TdClassName
{
border-color: #E8B051;
}
.TagClassName
{
border-color: #E8B051;
}
</style>