Shades of Casablanca #E9B05D
Tints of Casablanca #E9B05D
RGB
CMYK
RGB Variations
Color information
#E9B05D (or 0xE9B05D) is known color: Casablanca. HEX triplet: E9, B0 and 5D. RGB value is (233,176,93). Sum of RGB (Red+Green+Blue) = 233+176+93=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B05D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9B05D is #164FA2. Grayscale: #B7B7B7. Windows color (decimal): -1462179 or 6140137. OLE color: 6140137.
HSL color Cylindrical-coordinate representation of color #E9B05D: hue angle of 35.57º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9B05D is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 176 | 93 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.09 |
| HSL | 35.57º | 0.76% | 0.64% | - |
| HSV(B) | 35.57º | 0.6% | 0.91% | - |
| XYZ | 51.11 | 49.16 | 17.15 | - |
| YUV | 183.58 | 76.88 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 176 | 93 | 0 | 0.24 | 0.60 | 0.09 | 35.57 | 0.76 | 0.64 |
| Hex | E9 | B0 | 5D | 0 | 18 | 3C | 9 | 24 | 4C | 40 |
| Octal | 351 | 260 | 135 | 0 | 30 | 74 | 11 | 44 | 114 | 100 |
| Binary | 11101001 | 10110000 | 1011101 | 0 | 11000 | 111100 | 1001 | 100100 | 1001100 | 1000000 |
Color Harmonies of #E9B05D
Complementary color
Monochromatic Colors of #E9B05D
Black with #E9B05D
Text Example
Text Example
White with #E9B05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B05D; }
p { color: rgb(233,176,93); }
H1.HeaderClassName
{
color: #E9B05D;
}
.AnyTagClassName
{
color: #E9B05D;
}
</style>
background-color css
<style>
a { background-color: #E9B05D; }
a { background-color: rgb(233,176,93); }
div.DivClassName
{
background-color: #E9B05D;
}
.BgClassName
{
background-color: #E9B05D;
}
</style>
border-color css
<style>
span { border-color: #E9B05D; }
span { border-color: rgb(233,176,93); }
td.TdClassName
{
border-color: #E9B05D;
}
.TagClassName
{
border-color: #E9B05D;
}
</style>