Shades of Casablanca #E8AD5E
Tints of Casablanca #E8AD5E
RGB
CMYK
RGB Variations
Color information
#E8AD5E (or 0xE8AD5E) is known color: Casablanca. HEX triplet: E8, AD and 5E. RGB value is (232,173,94). Sum of RGB (Red+Green+Blue) = 232+173+94=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AD5E is #1752A1. Grayscale: #B6B6B6. Windows color (decimal): -1528482 or 6204904. OLE color: 6204904.
HSL color Cylindrical-coordinate representation of color #E8AD5E: hue angle of 34.35º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8AD5E is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 173 | 94 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.09 |
| HSL | 34.35º | 0.75% | 0.64% | - |
| HSV(B) | 34.35º | 0.59% | 0.91% | - |
| XYZ | 50.24 | 47.85 | 17.18 | - |
| YUV | 181.64 | 78.55 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 173 | 94 | 0 | 0.25 | 0.59 | 0.09 | 34.35 | 0.75 | 0.64 |
| Hex | E8 | AD | 5E | 0 | 19 | 3B | 9 | 22 | 4B | 40 |
| Octal | 350 | 255 | 136 | 0 | 31 | 73 | 11 | 42 | 113 | 100 |
| Binary | 11101000 | 10101101 | 1011110 | 0 | 11001 | 111011 | 1001 | 100010 | 1001011 | 1000000 |
Color Harmonies of #E8AD5E
Complementary color
Monochromatic Colors of #E8AD5E
Black with #E8AD5E
Text Example
Text Example
White with #E8AD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AD5E; }
p { color: rgb(232,173,94); }
H1.HeaderClassName
{
color: #E8AD5E;
}
.AnyTagClassName
{
color: #E8AD5E;
}
</style>
background-color css
<style>
a { background-color: #E8AD5E; }
a { background-color: rgb(232,173,94); }
div.DivClassName
{
background-color: #E8AD5E;
}
.BgClassName
{
background-color: #E8AD5E;
}
</style>
border-color css
<style>
span { border-color: #E8AD5E; }
span { border-color: rgb(232,173,94); }
td.TdClassName
{
border-color: #E8AD5E;
}
.TagClassName
{
border-color: #E8AD5E;
}
</style>