Shades of Casablanca #EEA64E
Tints of Casablanca #EEA64E
RGB
CMYK
RGB Variations
Color information
#EEA64E (or 0xEEA64E) is known color: Casablanca. HEX triplet: EE, A6 and 4E. RGB value is (238,166,78). Sum of RGB (Red+Green+Blue) = 238+166+78=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA64E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA64E is #1159B1. Grayscale: #B1B1B1. Windows color (decimal): -1137074 or 5154542. OLE color: 5154542.
HSL color Cylindrical-coordinate representation of color #EEA64E: hue angle of 33º 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 #EEA64E is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 78 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.07 |
| HSL | 33º | 0.82% | 0.62% | - |
| HSV(B) | 33º | 0.67% | 0.93% | - |
| XYZ | 50.27 | 46 | 13.44 | - |
| YUV | 177.5 | 71.85 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 78 | 0 | 0.30 | 0.67 | 0.07 | 33 | 0.82 | 0.62 |
| Hex | EE | A6 | 4E | 0 | 1E | 43 | 7 | 21 | 52 | 3E |
| Octal | 356 | 246 | 116 | 0 | 36 | 103 | 7 | 41 | 122 | 76 |
| Binary | 11101110 | 10100110 | 1001110 | 0 | 11110 | 1000011 | 111 | 100001 | 1010010 | 111110 |
Color Harmonies of #EEA64E
Complementary color
Monochromatic Colors of #EEA64E
Black with #EEA64E
Text Example
Text Example
White with #EEA64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA64E; }
p { color: rgb(238,166,78); }
H1.HeaderClassName
{
color: #EEA64E;
}
.AnyTagClassName
{
color: #EEA64E;
}
</style>
background-color css
<style>
a { background-color: #EEA64E; }
a { background-color: rgb(238,166,78); }
div.DivClassName
{
background-color: #EEA64E;
}
.BgClassName
{
background-color: #EEA64E;
}
</style>
border-color css
<style>
span { border-color: #EEA64E; }
span { border-color: rgb(238,166,78); }
td.TdClassName
{
border-color: #EEA64E;
}
.TagClassName
{
border-color: #EEA64E;
}
</style>