Shades of Casablanca #EEAA55
Tints of Casablanca #EEAA55
RGB
CMYK
RGB Variations
Color information
#EEAA55 (or 0xEEAA55) is known color: Casablanca. HEX triplet: EE, AA and 55. RGB value is (238,170,85). Sum of RGB (Red+Green+Blue) = 238+170+85=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAA55 is #1155AA. Grayscale: #B5B5B5. Windows color (decimal): -1136043 or 5614318. OLE color: 5614318.
HSL color Cylindrical-coordinate representation of color #EEAA55: hue angle of 33.33º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEAA55 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 170 | 85 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.07 |
| HSL | 33.33º | 0.82% | 0.63% | - |
| HSV(B) | 33.33º | 0.64% | 0.93% | - |
| XYZ | 51.27 | 47.58 | 15.08 | - |
| YUV | 180.64 | 74.03 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 170 | 85 | 0 | 0.29 | 0.64 | 0.07 | 33.33 | 0.82 | 0.63 |
| Hex | EE | AA | 55 | 0 | 1D | 40 | 7 | 21 | 52 | 3F |
| Octal | 356 | 252 | 125 | 0 | 35 | 100 | 7 | 41 | 122 | 77 |
| Binary | 11101110 | 10101010 | 1010101 | 0 | 11101 | 1000000 | 111 | 100001 | 1010010 | 111111 |
Color Harmonies of #EEAA55
Complementary color
Monochromatic Colors of #EEAA55
Black with #EEAA55
Text Example
Text Example
White with #EEAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAA55; }
p { color: rgb(238,170,85); }
H1.HeaderClassName
{
color: #EEAA55;
}
.AnyTagClassName
{
color: #EEAA55;
}
</style>
background-color css
<style>
a { background-color: #EEAA55; }
a { background-color: rgb(238,170,85); }
div.DivClassName
{
background-color: #EEAA55;
}
.BgClassName
{
background-color: #EEAA55;
}
</style>
border-color css
<style>
span { border-color: #EEAA55; }
span { border-color: rgb(238,170,85); }
td.TdClassName
{
border-color: #EEAA55;
}
.TagClassName
{
border-color: #EEAA55;
}
</style>