Shades of Casablanca #EEA756
Tints of Casablanca #EEA756
RGB
CMYK
RGB Variations
Color information
#EEA756 (or 0xEEA756) is known color: Casablanca. HEX triplet: EE, A7 and 56. RGB value is (238,167,86). Sum of RGB (Red+Green+Blue) = 238+167+86=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA756 is #1158A9. Grayscale: #B3B3B3. Windows color (decimal): -1136810 or 5679086. OLE color: 5679086.
HSL color Cylindrical-coordinate representation of color #EEA756: hue angle of 31.97º 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 #EEA756 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 86 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.07 |
| HSL | 31.97º | 0.82% | 0.64% | - |
| HSV(B) | 31.97º | 0.64% | 0.93% | - |
| XYZ | 50.76 | 46.49 | 15.1 | - |
| YUV | 179 | 75.52 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 86 | 0 | 0.30 | 0.64 | 0.07 | 31.97 | 0.82 | 0.64 |
| Hex | EE | A7 | 56 | 0 | 1E | 40 | 7 | 20 | 52 | 40 |
| Octal | 356 | 247 | 126 | 0 | 36 | 100 | 7 | 40 | 122 | 100 |
| Binary | 11101110 | 10100111 | 1010110 | 0 | 11110 | 1000000 | 111 | 100000 | 1010010 | 1000000 |
Color Harmonies of #EEA756
Complementary color
Monochromatic Colors of #EEA756
Black with #EEA756
Text Example
Text Example
White with #EEA756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA756; }
p { color: rgb(238,167,86); }
H1.HeaderClassName
{
color: #EEA756;
}
.AnyTagClassName
{
color: #EEA756;
}
</style>
background-color css
<style>
a { background-color: #EEA756; }
a { background-color: rgb(238,167,86); }
div.DivClassName
{
background-color: #EEA756;
}
.BgClassName
{
background-color: #EEA756;
}
</style>
border-color css
<style>
span { border-color: #EEA756; }
span { border-color: rgb(238,167,86); }
td.TdClassName
{
border-color: #EEA756;
}
.TagClassName
{
border-color: #EEA756;
}
</style>