Shades of Casablanca #E8AD52
Tints of Casablanca #E8AD52
RGB
CMYK
RGB Variations
Color information
#E8AD52 (or 0xE8AD52) is known color: Casablanca. HEX triplet: E8, AD and 52. RGB value is (232,173,82). Sum of RGB (Red+Green+Blue) = 232+173+82=487 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.64% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AD52 is #1752AD. Grayscale: #B4B4B4. Windows color (decimal): -1528494 or 5418472. OLE color: 5418472.
HSL color Cylindrical-coordinate representation of color #E8AD52: hue angle of 36.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E8AD52 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 173 | 82 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.09 |
| HSL | 36.4º | 0.77% | 0.62% | - |
| HSV(B) | 36.4º | 0.65% | 0.91% | - |
| XYZ | 49.75 | 47.65 | 14.56 | - |
| YUV | 180.27 | 72.55 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 173 | 82 | 0 | 0.25 | 0.65 | 0.09 | 36.4 | 0.77 | 0.62 |
| Hex | E8 | AD | 52 | 0 | 19 | 41 | 9 | 24 | 4D | 3E |
| Octal | 350 | 255 | 122 | 0 | 31 | 101 | 11 | 44 | 115 | 76 |
| Binary | 11101000 | 10101101 | 1010010 | 0 | 11001 | 1000001 | 1001 | 100100 | 1001101 | 111110 |
Color Harmonies of #E8AD52
Complementary color
Monochromatic Colors of #E8AD52
Black with #E8AD52
Text Example
Text Example
White with #E8AD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AD52; }
p { color: rgb(232,173,82); }
H1.HeaderClassName
{
color: #E8AD52;
}
.AnyTagClassName
{
color: #E8AD52;
}
</style>
background-color css
<style>
a { background-color: #E8AD52; }
a { background-color: rgb(232,173,82); }
div.DivClassName
{
background-color: #E8AD52;
}
.BgClassName
{
background-color: #E8AD52;
}
</style>
border-color css
<style>
span { border-color: #E8AD52; }
span { border-color: rgb(232,173,82); }
td.TdClassName
{
border-color: #E8AD52;
}
.TagClassName
{
border-color: #E8AD52;
}
</style>