Shades of Casablanca #EEB75C
Tints of Casablanca #EEB75C
RGB
CMYK
RGB Variations
Color information
#EEB75C (or 0xEEB75C) is known color: Casablanca. HEX triplet: EE, B7 and 5C. RGB value is (238,183,92). Sum of RGB (Red+Green+Blue) = 238+183+92=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB75C is #1148A3. Grayscale: #BDBDBD. Windows color (decimal): -1132708 or 6076398. OLE color: 6076398.
HSL color Cylindrical-coordinate representation of color #EEB75C: hue angle of 37.4º 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 #EEB75C is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 92 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.07 |
| HSL | 37.4º | 0.81% | 0.65% | - |
| HSV(B) | 37.4º | 0.61% | 0.93% | - |
| XYZ | 54.13 | 52.82 | 17.47 | - |
| YUV | 189.07 | 73.22 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 92 | 0 | 0.23 | 0.61 | 0.07 | 37.4 | 0.81 | 0.65 |
| Hex | EE | B7 | 5C | 0 | 17 | 3D | 7 | 25 | 51 | 41 |
| Octal | 356 | 267 | 134 | 0 | 27 | 75 | 7 | 45 | 121 | 101 |
| Binary | 11101110 | 10110111 | 1011100 | 0 | 10111 | 111101 | 111 | 100101 | 1010001 | 1000001 |
Color Harmonies of #EEB75C
Complementary color
Monochromatic Colors of #EEB75C
Black with #EEB75C
Text Example
Text Example
White with #EEB75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB75C; }
p { color: rgb(238,183,92); }
H1.HeaderClassName
{
color: #EEB75C;
}
.AnyTagClassName
{
color: #EEB75C;
}
</style>
background-color css
<style>
a { background-color: #EEB75C; }
a { background-color: rgb(238,183,92); }
div.DivClassName
{
background-color: #EEB75C;
}
.BgClassName
{
background-color: #EEB75C;
}
</style>
border-color css
<style>
span { border-color: #EEB75C; }
span { border-color: rgb(238,183,92); }
td.TdClassName
{
border-color: #EEB75C;
}
.TagClassName
{
border-color: #EEB75C;
}
</style>