Shades of Casablanca #EEB05E
Tints of Casablanca #EEB05E
RGB
CMYK
RGB Variations
Color information
#EEB05E (or 0xEEB05E) is known color: Casablanca. HEX triplet: EE, B0 and 5E. RGB value is (238,176,94). Sum of RGB (Red+Green+Blue) = 238+176+94=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB05E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB05E is #114FA1. Grayscale: #B9B9B9. Windows color (decimal): -1134498 or 6205678. OLE color: 6205678.
HSL color Cylindrical-coordinate representation of color #EEB05E: hue angle of 34.17º 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 #EEB05E is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 94 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.07 |
| HSL | 34.17º | 0.81% | 0.65% | - |
| HSV(B) | 34.17º | 0.61% | 0.93% | - |
| XYZ | 52.81 | 50.04 | 17.46 | - |
| YUV | 185.19 | 76.54 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 94 | 0 | 0.26 | 0.61 | 0.07 | 34.17 | 0.81 | 0.65 |
| Hex | EE | B0 | 5E | 0 | 1A | 3D | 7 | 22 | 51 | 41 |
| Octal | 356 | 260 | 136 | 0 | 32 | 75 | 7 | 42 | 121 | 101 |
| Binary | 11101110 | 10110000 | 1011110 | 0 | 11010 | 111101 | 111 | 100010 | 1010001 | 1000001 |
Color Harmonies of #EEB05E
Complementary color
Monochromatic Colors of #EEB05E
Black with #EEB05E
Text Example
Text Example
White with #EEB05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB05E; }
p { color: rgb(238,176,94); }
H1.HeaderClassName
{
color: #EEB05E;
}
.AnyTagClassName
{
color: #EEB05E;
}
</style>
background-color css
<style>
a { background-color: #EEB05E; }
a { background-color: rgb(238,176,94); }
div.DivClassName
{
background-color: #EEB05E;
}
.BgClassName
{
background-color: #EEB05E;
}
</style>
border-color css
<style>
span { border-color: #EEB05E; }
span { border-color: rgb(238,176,94); }
td.TdClassName
{
border-color: #EEB05E;
}
.TagClassName
{
border-color: #EEB05E;
}
</style>