Shades of Casablanca #E8AD5B
Tints of Casablanca #E8AD5B
RGB
CMYK
RGB Variations
Color information
#E8AD5B (or 0xE8AD5B) is known color: Casablanca. HEX triplet: E8, AD and 5B. RGB value is (232,173,91). Sum of RGB (Red+Green+Blue) = 232+173+91=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 91 (35.94% from 255 or 18.35% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AD5B is #1752A4. Grayscale: #B5B5B5. Windows color (decimal): -1528485 or 6008296. OLE color: 6008296.
HSL color Cylindrical-coordinate representation of color #E8AD5B: hue angle of 34.89º 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 #E8AD5B is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 173 | 91 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.09 |
| HSL | 34.89º | 0.75% | 0.63% | - |
| HSV(B) | 34.89º | 0.61% | 0.91% | - |
| XYZ | 50.11 | 47.8 | 16.48 | - |
| YUV | 181.29 | 77.05 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 173 | 91 | 0 | 0.25 | 0.61 | 0.09 | 34.89 | 0.75 | 0.63 |
| Hex | E8 | AD | 5B | 0 | 19 | 3D | 9 | 23 | 4B | 3F |
| Octal | 350 | 255 | 133 | 0 | 31 | 75 | 11 | 43 | 113 | 77 |
| Binary | 11101000 | 10101101 | 1011011 | 0 | 11001 | 111101 | 1001 | 100011 | 1001011 | 111111 |
Color Harmonies of #E8AD5B
Complementary color
Monochromatic Colors of #E8AD5B
Black with #E8AD5B
Text Example
Text Example
White with #E8AD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AD5B; }
p { color: rgb(232,173,91); }
H1.HeaderClassName
{
color: #E8AD5B;
}
.AnyTagClassName
{
color: #E8AD5B;
}
</style>
background-color css
<style>
a { background-color: #E8AD5B; }
a { background-color: rgb(232,173,91); }
div.DivClassName
{
background-color: #E8AD5B;
}
.BgClassName
{
background-color: #E8AD5B;
}
</style>
border-color css
<style>
span { border-color: #E8AD5B; }
span { border-color: rgb(232,173,91); }
td.TdClassName
{
border-color: #E8AD5B;
}
.TagClassName
{
border-color: #E8AD5B;
}
</style>