Shades of Casablanca #EEAD4E
Tints of Casablanca #EEAD4E
RGB
CMYK
RGB Variations
Color information
#EEAD4E (or 0xEEAD4E) is known color: Casablanca. HEX triplet: EE, AD and 4E. RGB value is (238,173,78). Sum of RGB (Red+Green+Blue) = 238+173+78=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAD4E is #1152B1. Grayscale: #B6B6B6. Windows color (decimal): -1135282 or 5156334. OLE color: 5156334.
HSL color Cylindrical-coordinate representation of color #EEAD4E: hue angle of 35.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEAD4E is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 78 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.07 |
| HSL | 35.63º | 0.82% | 0.62% | - |
| HSV(B) | 35.63º | 0.67% | 0.93% | - |
| XYZ | 51.58 | 48.61 | 13.87 | - |
| YUV | 181.61 | 69.53 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 78 | 0 | 0.27 | 0.67 | 0.07 | 35.63 | 0.82 | 0.62 |
| Hex | EE | AD | 4E | 0 | 1B | 43 | 7 | 24 | 52 | 3E |
| Octal | 356 | 255 | 116 | 0 | 33 | 103 | 7 | 44 | 122 | 76 |
| Binary | 11101110 | 10101101 | 1001110 | 0 | 11011 | 1000011 | 111 | 100100 | 1010010 | 111110 |
Color Harmonies of #EEAD4E
Complementary color
Monochromatic Colors of #EEAD4E
Black with #EEAD4E
Text Example
Text Example
White with #EEAD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD4E; }
p { color: rgb(238,173,78); }
H1.HeaderClassName
{
color: #EEAD4E;
}
.AnyTagClassName
{
color: #EEAD4E;
}
</style>
background-color css
<style>
a { background-color: #EEAD4E; }
a { background-color: rgb(238,173,78); }
div.DivClassName
{
background-color: #EEAD4E;
}
.BgClassName
{
background-color: #EEAD4E;
}
</style>
border-color css
<style>
span { border-color: #EEAD4E; }
span { border-color: rgb(238,173,78); }
td.TdClassName
{
border-color: #EEAD4E;
}
.TagClassName
{
border-color: #EEAD4E;
}
</style>