Shades of Casablanca #EEAD56
Tints of Casablanca #EEAD56
RGB
CMYK
RGB Variations
Color information
#EEAD56 (or 0xEEAD56) is known color: Casablanca. HEX triplet: EE, AD and 56. RGB value is (238,173,86). Sum of RGB (Red+Green+Blue) = 238+173+86=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAD56 is #1152A9. Grayscale: #B6B6B6. Windows color (decimal): -1135274 or 5680622. OLE color: 5680622.
HSL color Cylindrical-coordinate representation of color #EEAD56: hue angle of 34.34º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEAD56 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 86 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.07 |
| HSL | 34.34º | 0.82% | 0.64% | - |
| HSV(B) | 34.34º | 0.64% | 0.93% | - |
| XYZ | 51.88 | 48.74 | 15.48 | - |
| YUV | 182.52 | 73.53 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 86 | 0 | 0.27 | 0.64 | 0.07 | 34.34 | 0.82 | 0.64 |
| Hex | EE | AD | 56 | 0 | 1B | 40 | 7 | 22 | 52 | 40 |
| Octal | 356 | 255 | 126 | 0 | 33 | 100 | 7 | 42 | 122 | 100 |
| Binary | 11101110 | 10101101 | 1010110 | 0 | 11011 | 1000000 | 111 | 100010 | 1010010 | 1000000 |
Color Harmonies of #EEAD56
Complementary color
Monochromatic Colors of #EEAD56
Black with #EEAD56
Text Example
Text Example
White with #EEAD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD56; }
p { color: rgb(238,173,86); }
H1.HeaderClassName
{
color: #EEAD56;
}
.AnyTagClassName
{
color: #EEAD56;
}
</style>
background-color css
<style>
a { background-color: #EEAD56; }
a { background-color: rgb(238,173,86); }
div.DivClassName
{
background-color: #EEAD56;
}
.BgClassName
{
background-color: #EEAD56;
}
</style>
border-color css
<style>
span { border-color: #EEAD56; }
span { border-color: rgb(238,173,86); }
td.TdClassName
{
border-color: #EEAD56;
}
.TagClassName
{
border-color: #EEAD56;
}
</style>