Shades of Casablanca #EEA64D
Tints of Casablanca #EEA64D
RGB
CMYK
RGB Variations
Color information
#EEA64D (or 0xEEA64D) is known color: Casablanca. HEX triplet: EE, A6 and 4D. RGB value is (238,166,77). Sum of RGB (Red+Green+Blue) = 238+166+77=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA64D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA64D is #1159B2. Grayscale: #B1B1B1. Windows color (decimal): -1137075 or 5089006. OLE color: 5089006.
HSL color Cylindrical-coordinate representation of color #EEA64D: hue angle of 33.17º 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 #EEA64D is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 77 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.07 |
| HSL | 33.17º | 0.83% | 0.62% | - |
| HSV(B) | 33.17º | 0.68% | 0.93% | - |
| XYZ | 50.24 | 45.99 | 13.25 | - |
| YUV | 177.38 | 71.35 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 77 | 0 | 0.30 | 0.68 | 0.07 | 33.17 | 0.83 | 0.62 |
| Hex | EE | A6 | 4D | 0 | 1E | 44 | 7 | 21 | 53 | 3E |
| Octal | 356 | 246 | 115 | 0 | 36 | 104 | 7 | 41 | 123 | 76 |
| Binary | 11101110 | 10100110 | 1001101 | 0 | 11110 | 1000100 | 111 | 100001 | 1010011 | 111110 |
Color Harmonies of #EEA64D
Complementary color
Monochromatic Colors of #EEA64D
Black with #EEA64D
Text Example
Text Example
White with #EEA64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA64D; }
p { color: rgb(238,166,77); }
H1.HeaderClassName
{
color: #EEA64D;
}
.AnyTagClassName
{
color: #EEA64D;
}
</style>
background-color css
<style>
a { background-color: #EEA64D; }
a { background-color: rgb(238,166,77); }
div.DivClassName
{
background-color: #EEA64D;
}
.BgClassName
{
background-color: #EEA64D;
}
</style>
border-color css
<style>
span { border-color: #EEA64D; }
span { border-color: rgb(238,166,77); }
td.TdClassName
{
border-color: #EEA64D;
}
.TagClassName
{
border-color: #EEA64D;
}
</style>