Shades of Casablanca #EEB65D
Tints of Casablanca #EEB65D
RGB
CMYK
RGB Variations
Color information
#EEB65D (or 0xEEB65D) is known color: Casablanca. HEX triplet: EE, B6 and 5D. RGB value is (238,182,93). Sum of RGB (Red+Green+Blue) = 238+182+93=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB65D is #1149A2. Grayscale: #BDBDBD. Windows color (decimal): -1132963 or 6141678. OLE color: 6141678.
HSL color Cylindrical-coordinate representation of color #EEB65D: hue angle of 36.83º 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 #EEB65D is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 93 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.07 |
| HSL | 36.83º | 0.81% | 0.65% | - |
| HSV(B) | 36.83º | 0.61% | 0.93% | - |
| XYZ | 53.96 | 52.42 | 17.63 | - |
| YUV | 188.6 | 74.05 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 93 | 0 | 0.24 | 0.61 | 0.07 | 36.83 | 0.81 | 0.65 |
| Hex | EE | B6 | 5D | 0 | 18 | 3D | 7 | 25 | 51 | 41 |
| Octal | 356 | 266 | 135 | 0 | 30 | 75 | 7 | 45 | 121 | 101 |
| Binary | 11101110 | 10110110 | 1011101 | 0 | 11000 | 111101 | 111 | 100101 | 1010001 | 1000001 |
Color Harmonies of #EEB65D
Complementary color
Monochromatic Colors of #EEB65D
Black with #EEB65D
Text Example
Text Example
White with #EEB65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB65D; }
p { color: rgb(238,182,93); }
H1.HeaderClassName
{
color: #EEB65D;
}
.AnyTagClassName
{
color: #EEB65D;
}
</style>
background-color css
<style>
a { background-color: #EEB65D; }
a { background-color: rgb(238,182,93); }
div.DivClassName
{
background-color: #EEB65D;
}
.BgClassName
{
background-color: #EEB65D;
}
</style>
border-color css
<style>
span { border-color: #EEB65D; }
span { border-color: rgb(238,182,93); }
td.TdClassName
{
border-color: #EEB65D;
}
.TagClassName
{
border-color: #EEB65D;
}
</style>