Shades of Casablanca #EEA452
Tints of Casablanca #EEA452
RGB
CMYK
RGB Variations
Color information
#EEA452 (or 0xEEA452) is known color: Casablanca. HEX triplet: EE, A4 and 52. RGB value is (238,164,82). Sum of RGB (Red+Green+Blue) = 238+164+82=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA452 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA452 is #115BAD. Grayscale: #B1B1B1. Windows color (decimal): -1137582 or 5416174. OLE color: 5416174.
HSL color Cylindrical-coordinate representation of color #EEA452: hue angle of 31.54º 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 #EEA452 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 82 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.07 |
| HSL | 31.54º | 0.82% | 0.63% | - |
| HSV(B) | 31.54º | 0.66% | 0.93% | - |
| XYZ | 50.06 | 45.34 | 14.1 | - |
| YUV | 176.78 | 74.52 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 82 | 0 | 0.31 | 0.66 | 0.07 | 31.54 | 0.82 | 0.63 |
| Hex | EE | A4 | 52 | 0 | 1F | 42 | 7 | 20 | 52 | 3F |
| Octal | 356 | 244 | 122 | 0 | 37 | 102 | 7 | 40 | 122 | 77 |
| Binary | 11101110 | 10100100 | 1010010 | 0 | 11111 | 1000010 | 111 | 100000 | 1010010 | 111111 |
Color Harmonies of #EEA452
Complementary color
Monochromatic Colors of #EEA452
Black with #EEA452
Text Example
Text Example
White with #EEA452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA452; }
p { color: rgb(238,164,82); }
H1.HeaderClassName
{
color: #EEA452;
}
.AnyTagClassName
{
color: #EEA452;
}
</style>
background-color css
<style>
a { background-color: #EEA452; }
a { background-color: rgb(238,164,82); }
div.DivClassName
{
background-color: #EEA452;
}
.BgClassName
{
background-color: #EEA452;
}
</style>
border-color css
<style>
span { border-color: #EEA452; }
span { border-color: rgb(238,164,82); }
td.TdClassName
{
border-color: #EEA452;
}
.TagClassName
{
border-color: #EEA452;
}
</style>