Shades of Casablanca #EEB758
Tints of Casablanca #EEB758
RGB
CMYK
RGB Variations
Color information
#EEB758 (or 0xEEB758) is known color: Casablanca. HEX triplet: EE, B7 and 58. RGB value is (238,183,88). Sum of RGB (Red+Green+Blue) = 238+183+88=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB758 is #1148A7. Grayscale: #BDBDBD. Windows color (decimal): -1132712 or 5814254. OLE color: 5814254.
HSL color Cylindrical-coordinate representation of color #EEB758: hue angle of 38º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EEB758 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 88 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.07 |
| HSL | 38º | 0.82% | 0.64% | - |
| HSV(B) | 38º | 0.63% | 0.93% | - |
| XYZ | 53.95 | 52.75 | 16.57 | - |
| YUV | 188.62 | 71.22 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 88 | 0 | 0.23 | 0.63 | 0.07 | 38 | 0.82 | 0.64 |
| Hex | EE | B7 | 58 | 0 | 17 | 3F | 7 | 26 | 52 | 40 |
| Octal | 356 | 267 | 130 | 0 | 27 | 77 | 7 | 46 | 122 | 100 |
| Binary | 11101110 | 10110111 | 1011000 | 0 | 10111 | 111111 | 111 | 100110 | 1010010 | 1000000 |
Color Harmonies of #EEB758
Complementary color
Monochromatic Colors of #EEB758
Black with #EEB758
Text Example
Text Example
White with #EEB758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB758; }
p { color: rgb(238,183,88); }
H1.HeaderClassName
{
color: #EEB758;
}
.AnyTagClassName
{
color: #EEB758;
}
</style>
background-color css
<style>
a { background-color: #EEB758; }
a { background-color: rgb(238,183,88); }
div.DivClassName
{
background-color: #EEB758;
}
.BgClassName
{
background-color: #EEB758;
}
</style>
border-color css
<style>
span { border-color: #EEB758; }
span { border-color: rgb(238,183,88); }
td.TdClassName
{
border-color: #EEB758;
}
.TagClassName
{
border-color: #EEB758;
}
</style>