Shades of Casablanca #E9AD4E
Tints of Casablanca #E9AD4E
RGB
CMYK
RGB Variations
Color information
#E9AD4E (or 0xE9AD4E) is known color: Casablanca. HEX triplet: E9, AD and 4E. RGB value is (233,173,78). Sum of RGB (Red+Green+Blue) = 233+173+78=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AD4E is #1652B1. Grayscale: #B4B4B4. Windows color (decimal): -1462962 or 5156329. OLE color: 5156329.
HSL color Cylindrical-coordinate representation of color #E9AD4E: hue angle of 36.77º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9AD4E is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 78 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.09 |
| HSL | 36.77º | 0.78% | 0.61% | - |
| HSV(B) | 36.77º | 0.67% | 0.91% | - |
| XYZ | 49.92 | 47.76 | 13.8 | - |
| YUV | 180.11 | 70.38 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 78 | 0 | 0.26 | 0.67 | 0.09 | 36.77 | 0.78 | 0.61 |
| Hex | E9 | AD | 4E | 0 | 1A | 43 | 9 | 25 | 4E | 3D |
| Octal | 351 | 255 | 116 | 0 | 32 | 103 | 11 | 45 | 116 | 75 |
| Binary | 11101001 | 10101101 | 1001110 | 0 | 11010 | 1000011 | 1001 | 100101 | 1001110 | 111101 |
Color Harmonies of #E9AD4E
Complementary color
Monochromatic Colors of #E9AD4E
Black with #E9AD4E
Text Example
Text Example
White with #E9AD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD4E; }
p { color: rgb(233,173,78); }
H1.HeaderClassName
{
color: #E9AD4E;
}
.AnyTagClassName
{
color: #E9AD4E;
}
</style>
background-color css
<style>
a { background-color: #E9AD4E; }
a { background-color: rgb(233,173,78); }
div.DivClassName
{
background-color: #E9AD4E;
}
.BgClassName
{
background-color: #E9AD4E;
}
</style>
border-color css
<style>
span { border-color: #E9AD4E; }
span { border-color: rgb(233,173,78); }
td.TdClassName
{
border-color: #E9AD4E;
}
.TagClassName
{
border-color: #E9AD4E;
}
</style>