Shades of Casablanca #EEAD5A
Tints of Casablanca #EEAD5A
RGB
CMYK
RGB Variations
Color information
#EEAD5A (or 0xEEAD5A) is known color: Casablanca. HEX triplet: EE, AD and 5A. RGB value is (238,173,90). Sum of RGB (Red+Green+Blue) = 238+173+90=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAD5A is #1152A5. Grayscale: #B7B7B7. Windows color (decimal): -1135270 or 5942766. OLE color: 5942766.
HSL color Cylindrical-coordinate representation of color #EEAD5A: hue angle of 33.65º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEAD5A is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 90 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.07 |
| HSL | 33.65º | 0.81% | 0.64% | - |
| HSV(B) | 33.65º | 0.62% | 0.93% | - |
| XYZ | 52.05 | 48.8 | 16.35 | - |
| YUV | 182.97 | 75.53 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 90 | 0 | 0.27 | 0.62 | 0.07 | 33.65 | 0.81 | 0.64 |
| Hex | EE | AD | 5A | 0 | 1B | 3E | 7 | 22 | 51 | 40 |
| Octal | 356 | 255 | 132 | 0 | 33 | 76 | 7 | 42 | 121 | 100 |
| Binary | 11101110 | 10101101 | 1011010 | 0 | 11011 | 111110 | 111 | 100010 | 1010001 | 1000000 |
Color Harmonies of #EEAD5A
Complementary color
Monochromatic Colors of #EEAD5A
Black with #EEAD5A
Text Example
Text Example
White with #EEAD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD5A; }
p { color: rgb(238,173,90); }
H1.HeaderClassName
{
color: #EEAD5A;
}
.AnyTagClassName
{
color: #EEAD5A;
}
</style>
background-color css
<style>
a { background-color: #EEAD5A; }
a { background-color: rgb(238,173,90); }
div.DivClassName
{
background-color: #EEAD5A;
}
.BgClassName
{
background-color: #EEAD5A;
}
</style>
border-color css
<style>
span { border-color: #EEAD5A; }
span { border-color: rgb(238,173,90); }
td.TdClassName
{
border-color: #EEAD5A;
}
.TagClassName
{
border-color: #EEAD5A;
}
</style>