Shades of Casablanca #E8B05B
Tints of Casablanca #E8B05B
RGB
CMYK
RGB Variations
Color information
#E8B05B (or 0xE8B05B) is known color: Casablanca. HEX triplet: E8, B0 and 5B. RGB value is (232,176,91). Sum of RGB (Red+Green+Blue) = 232+176+91=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 91 (35.94% from 255 or 18.24% from 499); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B05B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8B05B is #174FA4. Grayscale: #B7B7B7. Windows color (decimal): -1527717 or 6009064. OLE color: 6009064.
HSL color Cylindrical-coordinate representation of color #E8B05B: hue angle of 36.17º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E8B05B is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 176 | 91 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.09 |
| HSL | 36.17º | 0.75% | 0.63% | - |
| HSV(B) | 36.17º | 0.61% | 0.91% | - |
| XYZ | 50.69 | 48.96 | 16.68 | - |
| YUV | 183.05 | 76.05 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 176 | 91 | 0 | 0.24 | 0.61 | 0.09 | 36.17 | 0.75 | 0.63 |
| Hex | E8 | B0 | 5B | 0 | 18 | 3D | 9 | 24 | 4B | 3F |
| Octal | 350 | 260 | 133 | 0 | 30 | 75 | 11 | 44 | 113 | 77 |
| Binary | 11101000 | 10110000 | 1011011 | 0 | 11000 | 111101 | 1001 | 100100 | 1001011 | 111111 |
Color Harmonies of #E8B05B
Complementary color
Monochromatic Colors of #E8B05B
Black with #E8B05B
Text Example
Text Example
White with #E8B05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B05B; }
p { color: rgb(232,176,91); }
H1.HeaderClassName
{
color: #E8B05B;
}
.AnyTagClassName
{
color: #E8B05B;
}
</style>
background-color css
<style>
a { background-color: #E8B05B; }
a { background-color: rgb(232,176,91); }
div.DivClassName
{
background-color: #E8B05B;
}
.BgClassName
{
background-color: #E8B05B;
}
</style>
border-color css
<style>
span { border-color: #E8B05B; }
span { border-color: rgb(232,176,91); }
td.TdClassName
{
border-color: #E8B05B;
}
.TagClassName
{
border-color: #E8B05B;
}
</style>