Shades of Casablanca #EEA553
Tints of Casablanca #EEA553
RGB
CMYK
RGB Variations
Color information
#EEA553 (or 0xEEA553) is known color: Casablanca. HEX triplet: EE, A5 and 53. RGB value is (238,165,83). Sum of RGB (Red+Green+Blue) = 238+165+83=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA553 is #115AAC. Grayscale: #B1B1B1. Windows color (decimal): -1137325 or 5481966. OLE color: 5481966.
HSL color Cylindrical-coordinate representation of color #EEA553: hue angle of 31.74º 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 #EEA553 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 83 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.07 |
| HSL | 31.74º | 0.82% | 0.63% | - |
| HSV(B) | 31.74º | 0.65% | 0.93% | - |
| XYZ | 50.28 | 45.71 | 14.36 | - |
| YUV | 177.48 | 74.68 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 83 | 0 | 0.31 | 0.65 | 0.07 | 31.74 | 0.82 | 0.63 |
| Hex | EE | A5 | 53 | 0 | 1F | 41 | 7 | 20 | 52 | 3F |
| Octal | 356 | 245 | 123 | 0 | 37 | 101 | 7 | 40 | 122 | 77 |
| Binary | 11101110 | 10100101 | 1010011 | 0 | 11111 | 1000001 | 111 | 100000 | 1010010 | 111111 |
Color Harmonies of #EEA553
Complementary color
Monochromatic Colors of #EEA553
Black with #EEA553
Text Example
Text Example
White with #EEA553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA553; }
p { color: rgb(238,165,83); }
H1.HeaderClassName
{
color: #EEA553;
}
.AnyTagClassName
{
color: #EEA553;
}
</style>
background-color css
<style>
a { background-color: #EEA553; }
a { background-color: rgb(238,165,83); }
div.DivClassName
{
background-color: #EEA553;
}
.BgClassName
{
background-color: #EEA553;
}
</style>
border-color css
<style>
span { border-color: #EEA553; }
span { border-color: rgb(238,165,83); }
td.TdClassName
{
border-color: #EEA553;
}
.TagClassName
{
border-color: #EEA553;
}
</style>