Shades of Casablanca #E9AD4A
Tints of Casablanca #E9AD4A
RGB
CMYK
RGB Variations
Color information
#E9AD4A (or 0xE9AD4A) is known color: Casablanca. HEX triplet: E9, AD and 4A. RGB value is (233,173,74). Sum of RGB (Red+Green+Blue) = 233+173+74=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AD4A is #1652B5. Grayscale: #B4B4B4. Windows color (decimal): -1462966 or 4894185. OLE color: 4894185.
HSL color Cylindrical-coordinate representation of color #E9AD4A: hue angle of 37.36º degrees, saturation: 0.78, 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 #E9AD4A is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 173 | 74 | - |
CMYK | 0 | 0.26 | 0.68 | 0.09 |
HSL | 37.36º | 0.78% | 0.6% | - |
HSV(B) | 37.36º | 0.68% | 0.91% | - |
XYZ | 49.78 | 47.71 | 13.06 | - |
YUV | 179.65 | 68.38 | 166.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 173 | 74 | 0 | 0.26 | 0.68 | 0.09 | 37.36 | 0.78 | 0.6 |
Hex | E9 | AD | 4A | 0 | 1A | 44 | 9 | 25 | 4E | 3C |
Octal | 351 | 255 | 112 | 0 | 32 | 104 | 11 | 45 | 116 | 74 |
Binary | 11101001 | 10101101 | 1001010 | 0 | 11010 | 1000100 | 1001 | 100101 | 1001110 | 111100 |
Color Harmonies of #E9AD4A
Complementary color
Monochromatic Colors of #E9AD4A
Black with #E9AD4A
Text Example
Text Example
White with #E9AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD4A; }
p { color: rgb(233,173,74); }
H1.HeaderClassName
{
color: #E9AD4A;
}
.AnyTagClassName
{
color: #E9AD4A;
}
</style>
background-color css
<style>
a { background-color: #E9AD4A; }
a { background-color: rgb(233,173,74); }
div.DivClassName
{
background-color: #E9AD4A;
}
.BgClassName
{
background-color: #E9AD4A;
}
</style>
border-color css
<style>
span { border-color: #E9AD4A; }
span { border-color: rgb(233,173,74); }
td.TdClassName
{
border-color: #E9AD4A;
}
.TagClassName
{
border-color: #E9AD4A;
}
</style>