Shades of Casablanca #EEB45D
Tints of Casablanca #EEB45D
RGB
CMYK
RGB Variations
Color information
#EEB45D (or 0xEEB45D) is known color: Casablanca. HEX triplet: EE, B4 and 5D. RGB value is (238,180,93). Sum of RGB (Red+Green+Blue) = 238+180+93=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB45D is #114BA2. Grayscale: #BBBBBB. Windows color (decimal): -1133475 or 6141166. OLE color: 6141166.
HSL color Cylindrical-coordinate representation of color #EEB45D: hue angle of 36º 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 #EEB45D is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 93 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.07 |
| HSL | 36º | 0.81% | 0.65% | - |
| HSV(B) | 36º | 0.61% | 0.93% | - |
| XYZ | 53.56 | 51.61 | 17.49 | - |
| YUV | 187.42 | 74.72 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 93 | 0 | 0.24 | 0.61 | 0.07 | 36 | 0.81 | 0.65 |
| Hex | EE | B4 | 5D | 0 | 18 | 3D | 7 | 24 | 51 | 41 |
| Octal | 356 | 264 | 135 | 0 | 30 | 75 | 7 | 44 | 121 | 101 |
| Binary | 11101110 | 10110100 | 1011101 | 0 | 11000 | 111101 | 111 | 100100 | 1010001 | 1000001 |
Color Harmonies of #EEB45D
Complementary color
Monochromatic Colors of #EEB45D
Black with #EEB45D
Text Example
Text Example
White with #EEB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB45D; }
p { color: rgb(238,180,93); }
H1.HeaderClassName
{
color: #EEB45D;
}
.AnyTagClassName
{
color: #EEB45D;
}
</style>
background-color css
<style>
a { background-color: #EEB45D; }
a { background-color: rgb(238,180,93); }
div.DivClassName
{
background-color: #EEB45D;
}
.BgClassName
{
background-color: #EEB45D;
}
</style>
border-color css
<style>
span { border-color: #EEB45D; }
span { border-color: rgb(238,180,93); }
td.TdClassName
{
border-color: #EEB45D;
}
.TagClassName
{
border-color: #EEB45D;
}
</style>