Shades of Casablanca #EEAD49
Tints of Casablanca #EEAD49
RGB
CMYK
RGB Variations
Color information
#EEAD49 (or 0xEEAD49) is known color: Casablanca. HEX triplet: EE, AD and 49. RGB value is (238,173,73). Sum of RGB (Red+Green+Blue) = 238+173+73=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 73 (28.91% from 255 or 15.08% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD49 is #1152B6. Grayscale: #B5B5B5. Windows color (decimal): -1135287 or 4828654. OLE color: 4828654.
HSL color Cylindrical-coordinate representation of color #EEAD49: hue angle of 36.36º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEAD49 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 73 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.07 |
| HSL | 36.36º | 0.83% | 0.61% | - |
| HSV(B) | 36.36º | 0.69% | 0.93% | - |
| XYZ | 51.41 | 48.55 | 12.96 | - |
| YUV | 181.04 | 67.03 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 73 | 0 | 0.27 | 0.69 | 0.07 | 36.36 | 0.83 | 0.61 |
| Hex | EE | AD | 49 | 0 | 1B | 45 | 7 | 24 | 53 | 3D |
| Octal | 356 | 255 | 111 | 0 | 33 | 105 | 7 | 44 | 123 | 75 |
| Binary | 11101110 | 10101101 | 1001001 | 0 | 11011 | 1000101 | 111 | 100100 | 1010011 | 111101 |
Color Harmonies of #EEAD49
Complementary color
Monochromatic Colors of #EEAD49
Black with #EEAD49
Text Example
Text Example
White with #EEAD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD49; }
p { color: rgb(238,173,73); }
H1.HeaderClassName
{
color: #EEAD49;
}
.AnyTagClassName
{
color: #EEAD49;
}
</style>
background-color css
<style>
a { background-color: #EEAD49; }
a { background-color: rgb(238,173,73); }
div.DivClassName
{
background-color: #EEAD49;
}
.BgClassName
{
background-color: #EEAD49;
}
</style>
border-color css
<style>
span { border-color: #EEAD49; }
span { border-color: rgb(238,173,73); }
td.TdClassName
{
border-color: #EEAD49;
}
.TagClassName
{
border-color: #EEAD49;
}
</style>