Shades of Casablanca #EEAD57
Tints of Casablanca #EEAD57
RGB
CMYK
RGB Variations
Color information
#EEAD57 (or 0xEEAD57) is known color: Casablanca. HEX triplet: EE, AD and 57. RGB value is (238,173,87). Sum of RGB (Red+Green+Blue) = 238+173+87=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 87 (34.38% from 255 or 17.47% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAD57 is #1152A8. Grayscale: #B7B7B7. Windows color (decimal): -1135273 or 5746158. OLE color: 5746158.
HSL color Cylindrical-coordinate representation of color #EEAD57: hue angle of 34.17º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EEAD57 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 87 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.07 |
| HSL | 34.17º | 0.82% | 0.64% | - |
| HSV(B) | 34.17º | 0.63% | 0.93% | - |
| XYZ | 51.92 | 48.75 | 15.69 | - |
| YUV | 182.63 | 74.03 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 87 | 0 | 0.27 | 0.63 | 0.07 | 34.17 | 0.82 | 0.64 |
| Hex | EE | AD | 57 | 0 | 1B | 3F | 7 | 22 | 52 | 40 |
| Octal | 356 | 255 | 127 | 0 | 33 | 77 | 7 | 42 | 122 | 100 |
| Binary | 11101110 | 10101101 | 1010111 | 0 | 11011 | 111111 | 111 | 100010 | 1010010 | 1000000 |
Color Harmonies of #EEAD57
Complementary color
Monochromatic Colors of #EEAD57
Black with #EEAD57
Text Example
Text Example
White with #EEAD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD57; }
p { color: rgb(238,173,87); }
H1.HeaderClassName
{
color: #EEAD57;
}
.AnyTagClassName
{
color: #EEAD57;
}
</style>
background-color css
<style>
a { background-color: #EEAD57; }
a { background-color: rgb(238,173,87); }
div.DivClassName
{
background-color: #EEAD57;
}
.BgClassName
{
background-color: #EEAD57;
}
</style>
border-color css
<style>
span { border-color: #EEAD57; }
span { border-color: rgb(238,173,87); }
td.TdClassName
{
border-color: #EEAD57;
}
.TagClassName
{
border-color: #EEAD57;
}
</style>