Shades of Casablanca #EEA953
Tints of Casablanca #EEA953
RGB
CMYK
RGB Variations
Color information
#EEA953 (or 0xEEA953) is known color: Casablanca. HEX triplet: EE, A9 and 53. RGB value is (238,169,83). Sum of RGB (Red+Green+Blue) = 238+169+83=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 83 (32.81% from 255 or 16.94% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA953 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA953 is #1156AC. Grayscale: #B4B4B4. Windows color (decimal): -1136301 or 5482990. OLE color: 5482990.
HSL color Cylindrical-coordinate representation of color #EEA953: hue angle of 33.29º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EEA953 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 83 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.07 |
| HSL | 33.29º | 0.82% | 0.63% | - |
| HSV(B) | 33.29º | 0.65% | 0.93% | - |
| XYZ | 51.01 | 47.18 | 14.6 | - |
| YUV | 179.83 | 73.36 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 83 | 0 | 0.29 | 0.65 | 0.07 | 33.29 | 0.82 | 0.63 |
| Hex | EE | A9 | 53 | 0 | 1D | 41 | 7 | 21 | 52 | 3F |
| Octal | 356 | 251 | 123 | 0 | 35 | 101 | 7 | 41 | 122 | 77 |
| Binary | 11101110 | 10101001 | 1010011 | 0 | 11101 | 1000001 | 111 | 100001 | 1010010 | 111111 |
Color Harmonies of #EEA953
Complementary color
Monochromatic Colors of #EEA953
Black with #EEA953
Text Example
Text Example
White with #EEA953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA953; }
p { color: rgb(238,169,83); }
H1.HeaderClassName
{
color: #EEA953;
}
.AnyTagClassName
{
color: #EEA953;
}
</style>
background-color css
<style>
a { background-color: #EEA953; }
a { background-color: rgb(238,169,83); }
div.DivClassName
{
background-color: #EEA953;
}
.BgClassName
{
background-color: #EEA953;
}
</style>
border-color css
<style>
span { border-color: #EEA953; }
span { border-color: rgb(238,169,83); }
td.TdClassName
{
border-color: #EEA953;
}
.TagClassName
{
border-color: #EEA953;
}
</style>