Shades of Casablanca #EEAD5D
Tints of Casablanca #EEAD5D
RGB
CMYK
RGB Variations
Color information
#EEAD5D (or 0xEEAD5D) is known color: Casablanca. HEX triplet: EE, AD and 5D. RGB value is (238,173,93). Sum of RGB (Red+Green+Blue) = 238+173+93=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAD5D is #1152A2. Grayscale: #B7B7B7. Windows color (decimal): -1135267 or 6139374. OLE color: 6139374.
HSL color Cylindrical-coordinate representation of color #EEAD5D: hue angle of 33.1º 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 #EEAD5D is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 93 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.07 |
| HSL | 33.1º | 0.81% | 0.65% | - |
| HSV(B) | 33.1º | 0.61% | 0.93% | - |
| XYZ | 52.18 | 48.85 | 17.04 | - |
| YUV | 183.32 | 77.03 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 93 | 0 | 0.27 | 0.61 | 0.07 | 33.1 | 0.81 | 0.65 |
| Hex | EE | AD | 5D | 0 | 1B | 3D | 7 | 21 | 51 | 41 |
| Octal | 356 | 255 | 135 | 0 | 33 | 75 | 7 | 41 | 121 | 101 |
| Binary | 11101110 | 10101101 | 1011101 | 0 | 11011 | 111101 | 111 | 100001 | 1010001 | 1000001 |
Color Harmonies of #EEAD5D
Complementary color
Monochromatic Colors of #EEAD5D
Black with #EEAD5D
Text Example
Text Example
White with #EEAD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD5D; }
p { color: rgb(238,173,93); }
H1.HeaderClassName
{
color: #EEAD5D;
}
.AnyTagClassName
{
color: #EEAD5D;
}
</style>
background-color css
<style>
a { background-color: #EEAD5D; }
a { background-color: rgb(238,173,93); }
div.DivClassName
{
background-color: #EEAD5D;
}
.BgClassName
{
background-color: #EEAD5D;
}
</style>
border-color css
<style>
span { border-color: #EEAD5D; }
span { border-color: rgb(238,173,93); }
td.TdClassName
{
border-color: #EEAD5D;
}
.TagClassName
{
border-color: #EEAD5D;
}
</style>