Shades of Casablanca #E8AD4A
Tints of Casablanca #E8AD4A
RGB
CMYK
RGB Variations
Color information
#E8AD4A (or 0xE8AD4A) is known color: Casablanca. HEX triplet: E8, AD and 4A. RGB value is (232,173,74). Sum of RGB (Red+Green+Blue) = 232+173+74=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AD4A is #1752B5. Grayscale: #B3B3B3. Windows color (decimal): -1528502 or 4894184. OLE color: 4894184.
HSL color Cylindrical-coordinate representation of color #E8AD4A: hue angle of 37.59º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8AD4A is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 173 | 74 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.09 |
| HSL | 37.59º | 0.77% | 0.6% | - |
| HSV(B) | 37.59º | 0.68% | 0.91% | - |
| XYZ | 49.46 | 47.54 | 13.05 | - |
| YUV | 179.36 | 68.55 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 173 | 74 | 0 | 0.25 | 0.68 | 0.09 | 37.59 | 0.77 | 0.6 |
| Hex | E8 | AD | 4A | 0 | 19 | 44 | 9 | 26 | 4D | 3C |
| Octal | 350 | 255 | 112 | 0 | 31 | 104 | 11 | 46 | 115 | 74 |
| Binary | 11101000 | 10101101 | 1001010 | 0 | 11001 | 1000100 | 1001 | 100110 | 1001101 | 111100 |
Color Harmonies of #E8AD4A
Complementary color
Monochromatic Colors of #E8AD4A
Black with #E8AD4A
Text Example
Text Example
White with #E8AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AD4A; }
p { color: rgb(232,173,74); }
H1.HeaderClassName
{
color: #E8AD4A;
}
.AnyTagClassName
{
color: #E8AD4A;
}
</style>
background-color css
<style>
a { background-color: #E8AD4A; }
a { background-color: rgb(232,173,74); }
div.DivClassName
{
background-color: #E8AD4A;
}
.BgClassName
{
background-color: #E8AD4A;
}
</style>
border-color css
<style>
span { border-color: #E8AD4A; }
span { border-color: rgb(232,173,74); }
td.TdClassName
{
border-color: #E8AD4A;
}
.TagClassName
{
border-color: #E8AD4A;
}
</style>