Shades of Casablanca #E7B15B
Tints of Casablanca #E7B15B
RGB
CMYK
RGB Variations
Color information
#E7B15B (or 0xE7B15B) is known color: Casablanca. HEX triplet: E7, B1 and 5B. RGB value is (231,177,91). Sum of RGB (Red+Green+Blue) = 231+177+91=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 91 (35.94% from 255 or 18.24% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B15B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B15B is #184EA4. Grayscale: #B7B7B7. Windows color (decimal): -1592997 or 6009319. OLE color: 6009319.
HSL color Cylindrical-coordinate representation of color #E7B15B: hue angle of 36.86º degrees, saturation: 0.74, 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 #E7B15B is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 177 | 91 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.09 |
| HSL | 36.86º | 0.74% | 0.63% | - |
| HSV(B) | 36.86º | 0.61% | 0.91% | - |
| XYZ | 50.57 | 49.19 | 16.73 | - |
| YUV | 183.34 | 75.89 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 177 | 91 | 0 | 0.23 | 0.61 | 0.09 | 36.86 | 0.74 | 0.63 |
| Hex | E7 | B1 | 5B | 0 | 17 | 3D | 9 | 25 | 4A | 3F |
| Octal | 347 | 261 | 133 | 0 | 27 | 75 | 11 | 45 | 112 | 77 |
| Binary | 11100111 | 10110001 | 1011011 | 0 | 10111 | 111101 | 1001 | 100101 | 1001010 | 111111 |
Color Harmonies of #E7B15B
Complementary color
Monochromatic Colors of #E7B15B
Black with #E7B15B
Text Example
Text Example
White with #E7B15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B15B; }
p { color: rgb(231,177,91); }
H1.HeaderClassName
{
color: #E7B15B;
}
.AnyTagClassName
{
color: #E7B15B;
}
</style>
background-color css
<style>
a { background-color: #E7B15B; }
a { background-color: rgb(231,177,91); }
div.DivClassName
{
background-color: #E7B15B;
}
.BgClassName
{
background-color: #E7B15B;
}
</style>
border-color css
<style>
span { border-color: #E7B15B; }
span { border-color: rgb(231,177,91); }
td.TdClassName
{
border-color: #E7B15B;
}
.TagClassName
{
border-color: #E7B15B;
}
</style>