Shades of Casablanca #EEAB4C
Tints of Casablanca #EEAB4C
RGB
CMYK
RGB Variations
Color information
#EEAB4C (or 0xEEAB4C) is known color: Casablanca. HEX triplet: EE, AB and 4C. RGB value is (238,171,76). Sum of RGB (Red+Green+Blue) = 238+171+76=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAB4C is #1154B3. Grayscale: #B4B4B4. Windows color (decimal): -1135796 or 5024750. OLE color: 5024750.
HSL color Cylindrical-coordinate representation of color #EEAB4C: hue angle of 35.19º 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 #EEAB4C is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 76 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.07 |
| HSL | 35.19º | 0.83% | 0.62% | - |
| HSV(B) | 35.19º | 0.68% | 0.93% | - |
| XYZ | 51.13 | 47.82 | 13.37 | - |
| YUV | 180.2 | 69.2 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 76 | 0 | 0.28 | 0.68 | 0.07 | 35.19 | 0.83 | 0.62 |
| Hex | EE | AB | 4C | 0 | 1C | 44 | 7 | 23 | 53 | 3E |
| Octal | 356 | 253 | 114 | 0 | 34 | 104 | 7 | 43 | 123 | 76 |
| Binary | 11101110 | 10101011 | 1001100 | 0 | 11100 | 1000100 | 111 | 100011 | 1010011 | 111110 |
Color Harmonies of #EEAB4C
Complementary color
Monochromatic Colors of #EEAB4C
Black with #EEAB4C
Text Example
Text Example
White with #EEAB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAB4C; }
p { color: rgb(238,171,76); }
H1.HeaderClassName
{
color: #EEAB4C;
}
.AnyTagClassName
{
color: #EEAB4C;
}
</style>
background-color css
<style>
a { background-color: #EEAB4C; }
a { background-color: rgb(238,171,76); }
div.DivClassName
{
background-color: #EEAB4C;
}
.BgClassName
{
background-color: #EEAB4C;
}
</style>
border-color css
<style>
span { border-color: #EEAB4C; }
span { border-color: rgb(238,171,76); }
td.TdClassName
{
border-color: #EEAB4C;
}
.TagClassName
{
border-color: #EEAB4C;
}
</style>