Shades of Casablanca #EEA84E
Tints of Casablanca #EEA84E
RGB
CMYK
RGB Variations
Color information
#EEA84E (or 0xEEA84E) is known color: Casablanca. HEX triplet: EE, A8 and 4E. RGB value is (238,168,78). Sum of RGB (Red+Green+Blue) = 238+168+78=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA84E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA84E is #1157B1. Grayscale: #B3B3B3. Windows color (decimal): -1136562 or 5155054. OLE color: 5155054.
HSL color Cylindrical-coordinate representation of color #EEA84E: hue angle of 33.75º 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 #EEA84E is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 78 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.07 |
| HSL | 33.75º | 0.82% | 0.62% | - |
| HSV(B) | 33.75º | 0.67% | 0.93% | - |
| XYZ | 50.64 | 46.73 | 13.56 | - |
| YUV | 178.67 | 71.19 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 78 | 0 | 0.29 | 0.67 | 0.07 | 33.75 | 0.82 | 0.62 |
| Hex | EE | A8 | 4E | 0 | 1D | 43 | 7 | 22 | 52 | 3E |
| Octal | 356 | 250 | 116 | 0 | 35 | 103 | 7 | 42 | 122 | 76 |
| Binary | 11101110 | 10101000 | 1001110 | 0 | 11101 | 1000011 | 111 | 100010 | 1010010 | 111110 |
Color Harmonies of #EEA84E
Complementary color
Monochromatic Colors of #EEA84E
Black with #EEA84E
Text Example
Text Example
White with #EEA84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA84E; }
p { color: rgb(238,168,78); }
H1.HeaderClassName
{
color: #EEA84E;
}
.AnyTagClassName
{
color: #EEA84E;
}
</style>
background-color css
<style>
a { background-color: #EEA84E; }
a { background-color: rgb(238,168,78); }
div.DivClassName
{
background-color: #EEA84E;
}
.BgClassName
{
background-color: #EEA84E;
}
</style>
border-color css
<style>
span { border-color: #EEA84E; }
span { border-color: rgb(238,168,78); }
td.TdClassName
{
border-color: #EEA84E;
}
.TagClassName
{
border-color: #EEA84E;
}
</style>