Shades of Casablanca #E9AD4F
Tints of Casablanca #E9AD4F
RGB
CMYK
RGB Variations
Color information
#E9AD4F (or 0xE9AD4F) is known color: Casablanca. HEX triplet: E9, AD and 4F. RGB value is (233,173,79). Sum of RGB (Red+Green+Blue) = 233+173+79=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 79 (31.25% from 255 or 16.29% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AD4F is #1652B0. Grayscale: #B4B4B4. Windows color (decimal): -1462961 or 5221865. OLE color: 5221865.
HSL color Cylindrical-coordinate representation of color #E9AD4F: hue angle of 36.62º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E9AD4F is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 79 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.09 |
| HSL | 36.62º | 0.78% | 0.61% | - |
| HSV(B) | 36.62º | 0.66% | 0.91% | - |
| XYZ | 49.96 | 47.78 | 13.99 | - |
| YUV | 180.22 | 70.88 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 79 | 0 | 0.26 | 0.66 | 0.09 | 36.62 | 0.78 | 0.61 |
| Hex | E9 | AD | 4F | 0 | 1A | 42 | 9 | 25 | 4E | 3D |
| Octal | 351 | 255 | 117 | 0 | 32 | 102 | 11 | 45 | 116 | 75 |
| Binary | 11101001 | 10101101 | 1001111 | 0 | 11010 | 1000010 | 1001 | 100101 | 1001110 | 111101 |
Color Harmonies of #E9AD4F
Complementary color
Monochromatic Colors of #E9AD4F
Black with #E9AD4F
Text Example
Text Example
White with #E9AD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD4F; }
p { color: rgb(233,173,79); }
H1.HeaderClassName
{
color: #E9AD4F;
}
.AnyTagClassName
{
color: #E9AD4F;
}
</style>
background-color css
<style>
a { background-color: #E9AD4F; }
a { background-color: rgb(233,173,79); }
div.DivClassName
{
background-color: #E9AD4F;
}
.BgClassName
{
background-color: #E9AD4F;
}
</style>
border-color css
<style>
span { border-color: #E9AD4F; }
span { border-color: rgb(233,173,79); }
td.TdClassName
{
border-color: #E9AD4F;
}
.TagClassName
{
border-color: #E9AD4F;
}
</style>