Shades of Casablanca #EEAD4D
Tints of Casablanca #EEAD4D
RGB
CMYK
RGB Variations
Color information
#EEAD4D (or 0xEEAD4D) is known color: Casablanca. HEX triplet: EE, AD and 4D. RGB value is (238,173,77). Sum of RGB (Red+Green+Blue) = 238+173+77=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 77 (30.47% from 255 or 15.78% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAD4D is #1152B2. Grayscale: #B5B5B5. Windows color (decimal): -1135283 or 5090798. OLE color: 5090798.
HSL color Cylindrical-coordinate representation of color #EEAD4D: hue angle of 35.78º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEAD4D is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 77 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.07 |
| HSL | 35.78º | 0.83% | 0.62% | - |
| HSV(B) | 35.78º | 0.68% | 0.93% | - |
| XYZ | 51.54 | 48.6 | 13.69 | - |
| YUV | 181.49 | 69.03 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 77 | 0 | 0.27 | 0.68 | 0.07 | 35.78 | 0.83 | 0.62 |
| Hex | EE | AD | 4D | 0 | 1B | 44 | 7 | 24 | 53 | 3E |
| Octal | 356 | 255 | 115 | 0 | 33 | 104 | 7 | 44 | 123 | 76 |
| Binary | 11101110 | 10101101 | 1001101 | 0 | 11011 | 1000100 | 111 | 100100 | 1010011 | 111110 |
Color Harmonies of #EEAD4D
Complementary color
Monochromatic Colors of #EEAD4D
Black with #EEAD4D
Text Example
Text Example
White with #EEAD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD4D; }
p { color: rgb(238,173,77); }
H1.HeaderClassName
{
color: #EEAD4D;
}
.AnyTagClassName
{
color: #EEAD4D;
}
</style>
background-color css
<style>
a { background-color: #EEAD4D; }
a { background-color: rgb(238,173,77); }
div.DivClassName
{
background-color: #EEAD4D;
}
.BgClassName
{
background-color: #EEAD4D;
}
</style>
border-color css
<style>
span { border-color: #EEAD4D; }
span { border-color: rgb(238,173,77); }
td.TdClassName
{
border-color: #EEAD4D;
}
.TagClassName
{
border-color: #EEAD4D;
}
</style>