Shades of Casablanca #E9AD4D
Tints of Casablanca #E9AD4D
RGB
CMYK
RGB Variations
Color information
#E9AD4D (or 0xE9AD4D) is known color: Casablanca. HEX triplet: E9, AD and 4D. RGB value is (233,173,77). Sum of RGB (Red+Green+Blue) = 233+173+77=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AD4D is #1652B2. Grayscale: #B4B4B4. Windows color (decimal): -1462963 or 5090793. OLE color: 5090793.
HSL color Cylindrical-coordinate representation of color #E9AD4D: hue angle of 36.92º 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 #E9AD4D is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 77 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.09 |
| HSL | 36.92º | 0.78% | 0.61% | - |
| HSV(B) | 36.92º | 0.67% | 0.91% | - |
| XYZ | 49.89 | 47.75 | 13.61 | - |
| YUV | 180 | 69.88 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 77 | 0 | 0.26 | 0.67 | 0.09 | 36.92 | 0.78 | 0.61 |
| Hex | E9 | AD | 4D | 0 | 1A | 43 | 9 | 25 | 4E | 3D |
| Octal | 351 | 255 | 115 | 0 | 32 | 103 | 11 | 45 | 116 | 75 |
| Binary | 11101001 | 10101101 | 1001101 | 0 | 11010 | 1000011 | 1001 | 100101 | 1001110 | 111101 |
Color Harmonies of #E9AD4D
Complementary color
Monochromatic Colors of #E9AD4D
Black with #E9AD4D
Text Example
Text Example
White with #E9AD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD4D; }
p { color: rgb(233,173,77); }
H1.HeaderClassName
{
color: #E9AD4D;
}
.AnyTagClassName
{
color: #E9AD4D;
}
</style>
background-color css
<style>
a { background-color: #E9AD4D; }
a { background-color: rgb(233,173,77); }
div.DivClassName
{
background-color: #E9AD4D;
}
.BgClassName
{
background-color: #E9AD4D;
}
</style>
border-color css
<style>
span { border-color: #E9AD4D; }
span { border-color: rgb(233,173,77); }
td.TdClassName
{
border-color: #E9AD4D;
}
.TagClassName
{
border-color: #E9AD4D;
}
</style>