Shades of Casablanca #EEA847
Tints of Casablanca #EEA847
RGB
CMYK
RGB Variations
Color information
#EEA847 (or 0xEEA847) is known color: Casablanca. HEX triplet: EE, A8 and 47. RGB value is (238,168,71). Sum of RGB (Red+Green+Blue) = 238+168+71=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 71 (28.12% from 255 or 14.88% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA847 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA847 is #1157B8. Grayscale: #B2B2B2. Windows color (decimal): -1136569 or 4696302. OLE color: 4696302.
HSL color Cylindrical-coordinate representation of color #EEA847: hue angle of 34.85º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EEA847 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 71 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.07 |
| HSL | 34.85º | 0.83% | 0.61% | - |
| HSV(B) | 34.85º | 0.7% | 0.93% | - |
| XYZ | 50.4 | 46.64 | 12.31 | - |
| YUV | 177.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 71 | 0 | 0.29 | 0.70 | 0.07 | 34.85 | 0.83 | 0.61 |
| Hex | EE | A8 | 47 | 0 | 1D | 46 | 7 | 23 | 53 | 3D |
| Octal | 356 | 250 | 107 | 0 | 35 | 106 | 7 | 43 | 123 | 75 |
| Binary | 11101110 | 10101000 | 1000111 | 0 | 11101 | 1000110 | 111 | 100011 | 1010011 | 111101 |
Color Harmonies of #EEA847
Complementary color
Monochromatic Colors of #EEA847
Black with #EEA847
Text Example
Text Example
White with #EEA847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA847; }
p { color: rgb(238,168,71); }
H1.HeaderClassName
{
color: #EEA847;
}
.AnyTagClassName
{
color: #EEA847;
}
</style>
background-color css
<style>
a { background-color: #EEA847; }
a { background-color: rgb(238,168,71); }
div.DivClassName
{
background-color: #EEA847;
}
.BgClassName
{
background-color: #EEA847;
}
</style>
border-color css
<style>
span { border-color: #EEA847; }
span { border-color: rgb(238,168,71); }
td.TdClassName
{
border-color: #EEA847;
}
.TagClassName
{
border-color: #EEA847;
}
</style>