Shades of Casablanca #EEA856
Tints of Casablanca #EEA856
RGB
CMYK
RGB Variations
Color information
#EEA856 (or 0xEEA856) is known color: Casablanca. HEX triplet: EE, A8 and 56. RGB value is (238,168,86). Sum of RGB (Red+Green+Blue) = 238+168+86=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 86 (33.98% from 255 or 17.48% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA856 is #1157A9. Grayscale: #B3B3B3. Windows color (decimal): -1136554 or 5679342. OLE color: 5679342.
HSL color Cylindrical-coordinate representation of color #EEA856: hue angle of 32.37º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEA856 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 86 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.07 |
| HSL | 32.37º | 0.82% | 0.64% | - |
| HSV(B) | 32.37º | 0.64% | 0.93% | - |
| XYZ | 50.94 | 46.85 | 15.16 | - |
| YUV | 179.58 | 75.19 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 86 | 0 | 0.29 | 0.64 | 0.07 | 32.37 | 0.82 | 0.64 |
| Hex | EE | A8 | 56 | 0 | 1D | 40 | 7 | 20 | 52 | 40 |
| Octal | 356 | 250 | 126 | 0 | 35 | 100 | 7 | 40 | 122 | 100 |
| Binary | 11101110 | 10101000 | 1010110 | 0 | 11101 | 1000000 | 111 | 100000 | 1010010 | 1000000 |
Color Harmonies of #EEA856
Complementary color
Monochromatic Colors of #EEA856
Black with #EEA856
Text Example
Text Example
White with #EEA856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA856; }
p { color: rgb(238,168,86); }
H1.HeaderClassName
{
color: #EEA856;
}
.AnyTagClassName
{
color: #EEA856;
}
</style>
background-color css
<style>
a { background-color: #EEA856; }
a { background-color: rgb(238,168,86); }
div.DivClassName
{
background-color: #EEA856;
}
.BgClassName
{
background-color: #EEA856;
}
</style>
border-color css
<style>
span { border-color: #EEA856; }
span { border-color: rgb(238,168,86); }
td.TdClassName
{
border-color: #EEA856;
}
.TagClassName
{
border-color: #EEA856;
}
</style>