Shades of Casablanca #EEB45C
Tints of Casablanca #EEB45C
RGB
CMYK
RGB Variations
Color information
#EEB45C (or 0xEEB45C) is known color: Casablanca. HEX triplet: EE, B4 and 5C. RGB value is (238,180,92). Sum of RGB (Red+Green+Blue) = 238+180+92=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB45C is #114BA3. Grayscale: #BBBBBB. Windows color (decimal): -1133476 or 6075630. OLE color: 6075630.
HSL color Cylindrical-coordinate representation of color #EEB45C: hue angle of 36.16º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEB45C is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 92 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.07 |
| HSL | 36.16º | 0.81% | 0.65% | - |
| HSV(B) | 36.16º | 0.61% | 0.93% | - |
| XYZ | 53.51 | 51.59 | 17.26 | - |
| YUV | 187.31 | 74.22 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 92 | 0 | 0.24 | 0.61 | 0.07 | 36.16 | 0.81 | 0.65 |
| Hex | EE | B4 | 5C | 0 | 18 | 3D | 7 | 24 | 51 | 41 |
| Octal | 356 | 264 | 134 | 0 | 30 | 75 | 7 | 44 | 121 | 101 |
| Binary | 11101110 | 10110100 | 1011100 | 0 | 11000 | 111101 | 111 | 100100 | 1010001 | 1000001 |
Color Harmonies of #EEB45C
Complementary color
Monochromatic Colors of #EEB45C
Black with #EEB45C
Text Example
Text Example
White with #EEB45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB45C; }
p { color: rgb(238,180,92); }
H1.HeaderClassName
{
color: #EEB45C;
}
.AnyTagClassName
{
color: #EEB45C;
}
</style>
background-color css
<style>
a { background-color: #EEB45C; }
a { background-color: rgb(238,180,92); }
div.DivClassName
{
background-color: #EEB45C;
}
.BgClassName
{
background-color: #EEB45C;
}
</style>
border-color css
<style>
span { border-color: #EEB45C; }
span { border-color: rgb(238,180,92); }
td.TdClassName
{
border-color: #EEB45C;
}
.TagClassName
{
border-color: #EEB45C;
}
</style>