Shades of Casablanca #EEA94E
Tints of Casablanca #EEA94E
RGB
CMYK
RGB Variations
Color information
#EEA94E (or 0xEEA94E) is known color: Casablanca. HEX triplet: EE, A9 and 4E. RGB value is (238,169,78). Sum of RGB (Red+Green+Blue) = 238+169+78=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA94E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA94E is #1156B1. Grayscale: #B3B3B3. Windows color (decimal): -1136306 or 5155310. OLE color: 5155310.
HSL color Cylindrical-coordinate representation of color #EEA94E: hue angle of 34.12º 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 #EEA94E is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 78 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.07 |
| HSL | 34.13º | 0.82% | 0.62% | - |
| HSV(B) | 34.13º | 0.67% | 0.93% | - |
| XYZ | 50.82 | 47.1 | 13.62 | - |
| YUV | 179.26 | 70.86 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 78 | 0 | 0.29 | 0.67 | 0.07 | 34.13 | 0.82 | 0.62 |
| Hex | EE | A9 | 4E | 0 | 1D | 43 | 7 | 22 | 52 | 3E |
| Octal | 356 | 251 | 116 | 0 | 35 | 103 | 7 | 42 | 122 | 76 |
| Binary | 11101110 | 10101001 | 1001110 | 0 | 11101 | 1000011 | 111 | 100010 | 1010010 | 111110 |
Color Harmonies of #EEA94E
Complementary color
Monochromatic Colors of #EEA94E
Black with #EEA94E
Text Example
Text Example
White with #EEA94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA94E; }
p { color: rgb(238,169,78); }
H1.HeaderClassName
{
color: #EEA94E;
}
.AnyTagClassName
{
color: #EEA94E;
}
</style>
background-color css
<style>
a { background-color: #EEA94E; }
a { background-color: rgb(238,169,78); }
div.DivClassName
{
background-color: #EEA94E;
}
.BgClassName
{
background-color: #EEA94E;
}
</style>
border-color css
<style>
span { border-color: #EEA94E; }
span { border-color: rgb(238,169,78); }
td.TdClassName
{
border-color: #EEA94E;
}
.TagClassName
{
border-color: #EEA94E;
}
</style>