Shades of Casablanca #EEB65E
Tints of Casablanca #EEB65E
RGB
CMYK
RGB Variations
Color information
#EEB65E (or 0xEEB65E) is known color: Casablanca. HEX triplet: EE, B6 and 5E. RGB value is (238,182,94). Sum of RGB (Red+Green+Blue) = 238+182+94=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB65E is #1149A1. Grayscale: #BDBDBD. Windows color (decimal): -1132962 or 6207214. OLE color: 6207214.
HSL color Cylindrical-coordinate representation of color #EEB65E: hue angle of 36.67º 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 #EEB65E is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 94 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.07 |
| HSL | 36.67º | 0.81% | 0.65% | - |
| HSV(B) | 36.67º | 0.61% | 0.93% | - |
| XYZ | 54.01 | 52.44 | 17.87 | - |
| YUV | 188.71 | 74.55 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 94 | 0 | 0.24 | 0.61 | 0.07 | 36.67 | 0.81 | 0.65 |
| Hex | EE | B6 | 5E | 0 | 18 | 3D | 7 | 25 | 51 | 41 |
| Octal | 356 | 266 | 136 | 0 | 30 | 75 | 7 | 45 | 121 | 101 |
| Binary | 11101110 | 10110110 | 1011110 | 0 | 11000 | 111101 | 111 | 100101 | 1010001 | 1000001 |
Color Harmonies of #EEB65E
Complementary color
Monochromatic Colors of #EEB65E
Black with #EEB65E
Text Example
Text Example
White with #EEB65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB65E; }
p { color: rgb(238,182,94); }
H1.HeaderClassName
{
color: #EEB65E;
}
.AnyTagClassName
{
color: #EEB65E;
}
</style>
background-color css
<style>
a { background-color: #EEB65E; }
a { background-color: rgb(238,182,94); }
div.DivClassName
{
background-color: #EEB65E;
}
.BgClassName
{
background-color: #EEB65E;
}
</style>
border-color css
<style>
span { border-color: #EEB65E; }
span { border-color: rgb(238,182,94); }
td.TdClassName
{
border-color: #EEB65E;
}
.TagClassName
{
border-color: #EEB65E;
}
</style>