Shades of Casablanca #EEAD5C
Tints of Casablanca #EEAD5C
RGB
CMYK
RGB Variations
Color information
#EEAD5C (or 0xEEAD5C) is known color: Casablanca. HEX triplet: EE, AD and 5C. RGB value is (238,173,92). Sum of RGB (Red+Green+Blue) = 238+173+92=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAD5C is #1152A3. Grayscale: #B7B7B7. Windows color (decimal): -1135268 or 6073838. OLE color: 6073838.
HSL color Cylindrical-coordinate representation of color #EEAD5C: hue angle of 33.29º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEAD5C is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 92 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.07 |
| HSL | 33.29º | 0.81% | 0.65% | - |
| HSV(B) | 33.29º | 0.61% | 0.93% | - |
| XYZ | 52.14 | 48.84 | 16.8 | - |
| YUV | 183.2 | 76.53 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 92 | 0 | 0.27 | 0.61 | 0.07 | 33.29 | 0.81 | 0.65 |
| Hex | EE | AD | 5C | 0 | 1B | 3D | 7 | 21 | 51 | 41 |
| Octal | 356 | 255 | 134 | 0 | 33 | 75 | 7 | 41 | 121 | 101 |
| Binary | 11101110 | 10101101 | 1011100 | 0 | 11011 | 111101 | 111 | 100001 | 1010001 | 1000001 |
Color Harmonies of #EEAD5C
Complementary color
Monochromatic Colors of #EEAD5C
Black with #EEAD5C
Text Example
Text Example
White with #EEAD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD5C; }
p { color: rgb(238,173,92); }
H1.HeaderClassName
{
color: #EEAD5C;
}
.AnyTagClassName
{
color: #EEAD5C;
}
</style>
background-color css
<style>
a { background-color: #EEAD5C; }
a { background-color: rgb(238,173,92); }
div.DivClassName
{
background-color: #EEAD5C;
}
.BgClassName
{
background-color: #EEAD5C;
}
</style>
border-color css
<style>
span { border-color: #EEAD5C; }
span { border-color: rgb(238,173,92); }
td.TdClassName
{
border-color: #EEAD5C;
}
.TagClassName
{
border-color: #EEAD5C;
}
</style>