Shades of Casablanca #EEA852
Tints of Casablanca #EEA852
RGB
CMYK
RGB Variations
Color information
#EEA852 (or 0xEEA852) is known color: Casablanca. HEX triplet: EE, A8 and 52. RGB value is (238,168,82). Sum of RGB (Red+Green+Blue) = 238+168+82=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA852 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA852 is #1157AD. Grayscale: #B3B3B3. Windows color (decimal): -1136558 or 5417198. OLE color: 5417198.
HSL color Cylindrical-coordinate representation of color #EEA852: hue angle of 33.08º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEA852 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 82 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.07 |
| HSL | 33.08º | 0.82% | 0.63% | - |
| HSV(B) | 33.08º | 0.66% | 0.93% | - |
| XYZ | 50.79 | 46.79 | 14.34 | - |
| YUV | 179.13 | 73.19 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 82 | 0 | 0.29 | 0.66 | 0.07 | 33.08 | 0.82 | 0.63 |
| Hex | EE | A8 | 52 | 0 | 1D | 42 | 7 | 21 | 52 | 3F |
| Octal | 356 | 250 | 122 | 0 | 35 | 102 | 7 | 41 | 122 | 77 |
| Binary | 11101110 | 10101000 | 1010010 | 0 | 11101 | 1000010 | 111 | 100001 | 1010010 | 111111 |
Color Harmonies of #EEA852
Complementary color
Monochromatic Colors of #EEA852
Black with #EEA852
Text Example
Text Example
White with #EEA852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA852; }
p { color: rgb(238,168,82); }
H1.HeaderClassName
{
color: #EEA852;
}
.AnyTagClassName
{
color: #EEA852;
}
</style>
background-color css
<style>
a { background-color: #EEA852; }
a { background-color: rgb(238,168,82); }
div.DivClassName
{
background-color: #EEA852;
}
.BgClassName
{
background-color: #EEA852;
}
</style>
border-color css
<style>
span { border-color: #EEA852; }
span { border-color: rgb(238,168,82); }
td.TdClassName
{
border-color: #EEA852;
}
.TagClassName
{
border-color: #EEA852;
}
</style>