Shades of Casablanca #EEB257
Tints of Casablanca #EEB257
RGB
CMYK
RGB Variations
Color information
#EEB257 (or 0xEEB257) is known color: Casablanca. HEX triplet: EE, B2 and 57. RGB value is (238,178,87). Sum of RGB (Red+Green+Blue) = 238+178+87=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 87 (34.38% from 255 or 17.30% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB257 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB257 is #114DA8. Grayscale: #B9B9B9. Windows color (decimal): -1133993 or 5747438. OLE color: 5747438.
HSL color Cylindrical-coordinate representation of color #EEB257: hue angle of 36.16º 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 #EEB257 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 87 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.07 |
| HSL | 36.16º | 0.82% | 0.64% | - |
| HSV(B) | 36.16º | 0.63% | 0.93% | - |
| XYZ | 52.9 | 50.71 | 16.02 | - |
| YUV | 185.57 | 72.38 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 87 | 0 | 0.25 | 0.63 | 0.07 | 36.16 | 0.82 | 0.64 |
| Hex | EE | B2 | 57 | 0 | 19 | 3F | 7 | 24 | 52 | 40 |
| Octal | 356 | 262 | 127 | 0 | 31 | 77 | 7 | 44 | 122 | 100 |
| Binary | 11101110 | 10110010 | 1010111 | 0 | 11001 | 111111 | 111 | 100100 | 1010010 | 1000000 |
Color Harmonies of #EEB257
Complementary color
Monochromatic Colors of #EEB257
Black with #EEB257
Text Example
Text Example
White with #EEB257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB257; }
p { color: rgb(238,178,87); }
H1.HeaderClassName
{
color: #EEB257;
}
.AnyTagClassName
{
color: #EEB257;
}
</style>
background-color css
<style>
a { background-color: #EEB257; }
a { background-color: rgb(238,178,87); }
div.DivClassName
{
background-color: #EEB257;
}
.BgClassName
{
background-color: #EEB257;
}
</style>
border-color css
<style>
span { border-color: #EEB257; }
span { border-color: rgb(238,178,87); }
td.TdClassName
{
border-color: #EEB257;
}
.TagClassName
{
border-color: #EEB257;
}
</style>