Shades of Casablanca #EEAD54
Tints of Casablanca #EEAD54
RGB
CMYK
RGB Variations
Color information
#EEAD54 (or 0xEEAD54) is known color: Casablanca. HEX triplet: EE, AD and 54. RGB value is (238,173,84). Sum of RGB (Red+Green+Blue) = 238+173+84=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 84 (33.20% from 255 or 16.97% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAD54 is #1152AB. Grayscale: #B6B6B6. Windows color (decimal): -1135276 or 5549550. OLE color: 5549550.
HSL color Cylindrical-coordinate representation of color #EEAD54: hue angle of 34.68º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EEAD54 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 84 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.07 |
| HSL | 34.68º | 0.82% | 0.63% | - |
| HSV(B) | 34.68º | 0.65% | 0.93% | - |
| XYZ | 51.8 | 48.7 | 15.06 | - |
| YUV | 182.29 | 72.53 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 84 | 0 | 0.27 | 0.65 | 0.07 | 34.68 | 0.82 | 0.63 |
| Hex | EE | AD | 54 | 0 | 1B | 41 | 7 | 23 | 52 | 3F |
| Octal | 356 | 255 | 124 | 0 | 33 | 101 | 7 | 43 | 122 | 77 |
| Binary | 11101110 | 10101101 | 1010100 | 0 | 11011 | 1000001 | 111 | 100011 | 1010010 | 111111 |
Color Harmonies of #EEAD54
Complementary color
Monochromatic Colors of #EEAD54
Black with #EEAD54
Text Example
Text Example
White with #EEAD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD54; }
p { color: rgb(238,173,84); }
H1.HeaderClassName
{
color: #EEAD54;
}
.AnyTagClassName
{
color: #EEAD54;
}
</style>
background-color css
<style>
a { background-color: #EEAD54; }
a { background-color: rgb(238,173,84); }
div.DivClassName
{
background-color: #EEAD54;
}
.BgClassName
{
background-color: #EEAD54;
}
</style>
border-color css
<style>
span { border-color: #EEAD54; }
span { border-color: rgb(238,173,84); }
td.TdClassName
{
border-color: #EEAD54;
}
.TagClassName
{
border-color: #EEAD54;
}
</style>