Shades of Casablanca #EEB55D
Tints of Casablanca #EEB55D
RGB
CMYK
RGB Variations
Color information
#EEB55D (or 0xEEB55D) is known color: Casablanca. HEX triplet: EE, B5 and 5D. RGB value is (238,181,93). Sum of RGB (Red+Green+Blue) = 238+181+93=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB55D is #114AA2. Grayscale: #BCBCBC. Windows color (decimal): -1133219 or 6141422. OLE color: 6141422.
HSL color Cylindrical-coordinate representation of color #EEB55D: hue angle of 36.41º 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 #EEB55D is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 93 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.07 |
| HSL | 36.41º | 0.81% | 0.65% | - |
| HSV(B) | 36.41º | 0.61% | 0.93% | - |
| XYZ | 53.76 | 52.02 | 17.56 | - |
| YUV | 188.01 | 74.38 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 93 | 0 | 0.24 | 0.61 | 0.07 | 36.41 | 0.81 | 0.65 |
| Hex | EE | B5 | 5D | 0 | 18 | 3D | 7 | 24 | 51 | 41 |
| Octal | 356 | 265 | 135 | 0 | 30 | 75 | 7 | 44 | 121 | 101 |
| Binary | 11101110 | 10110101 | 1011101 | 0 | 11000 | 111101 | 111 | 100100 | 1010001 | 1000001 |
Color Harmonies of #EEB55D
Complementary color
Monochromatic Colors of #EEB55D
Black with #EEB55D
Text Example
Text Example
White with #EEB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB55D; }
p { color: rgb(238,181,93); }
H1.HeaderClassName
{
color: #EEB55D;
}
.AnyTagClassName
{
color: #EEB55D;
}
</style>
background-color css
<style>
a { background-color: #EEB55D; }
a { background-color: rgb(238,181,93); }
div.DivClassName
{
background-color: #EEB55D;
}
.BgClassName
{
background-color: #EEB55D;
}
</style>
border-color css
<style>
span { border-color: #EEB55D; }
span { border-color: rgb(238,181,93); }
td.TdClassName
{
border-color: #EEB55D;
}
.TagClassName
{
border-color: #EEB55D;
}
</style>