Shades of Casablanca #EEAC4D
Tints of Casablanca #EEAC4D
RGB
CMYK
RGB Variations
Color information
#EEAC4D (or 0xEEAC4D) is known color: Casablanca. HEX triplet: EE, AC and 4D. RGB value is (238,172,77). Sum of RGB (Red+Green+Blue) = 238+172+77=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAC4D is #1153B2. Grayscale: #B5B5B5. Windows color (decimal): -1135539 or 5090542. OLE color: 5090542.
HSL color Cylindrical-coordinate representation of color #EEAC4D: hue angle of 35.4º 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 #EEAC4D is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 77 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.07 |
| HSL | 35.4º | 0.83% | 0.62% | - |
| HSV(B) | 35.4º | 0.68% | 0.93% | - |
| XYZ | 51.35 | 48.22 | 13.62 | - |
| YUV | 180.9 | 69.37 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 77 | 0 | 0.28 | 0.68 | 0.07 | 35.4 | 0.83 | 0.62 |
| Hex | EE | AC | 4D | 0 | 1C | 44 | 7 | 23 | 53 | 3E |
| Octal | 356 | 254 | 115 | 0 | 34 | 104 | 7 | 43 | 123 | 76 |
| Binary | 11101110 | 10101100 | 1001101 | 0 | 11100 | 1000100 | 111 | 100011 | 1010011 | 111110 |
Color Harmonies of #EEAC4D
Complementary color
Monochromatic Colors of #EEAC4D
Black with #EEAC4D
Text Example
Text Example
White with #EEAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAC4D; }
p { color: rgb(238,172,77); }
H1.HeaderClassName
{
color: #EEAC4D;
}
.AnyTagClassName
{
color: #EEAC4D;
}
</style>
background-color css
<style>
a { background-color: #EEAC4D; }
a { background-color: rgb(238,172,77); }
div.DivClassName
{
background-color: #EEAC4D;
}
.BgClassName
{
background-color: #EEAC4D;
}
</style>
border-color css
<style>
span { border-color: #EEAC4D; }
span { border-color: rgb(238,172,77); }
td.TdClassName
{
border-color: #EEAC4D;
}
.TagClassName
{
border-color: #EEAC4D;
}
</style>