Shades of Casablanca #EEB04F
Tints of Casablanca #EEB04F
RGB
CMYK
RGB Variations
Color information
#EEB04F (or 0xEEB04F) is known color: Casablanca. HEX triplet: EE, B0 and 4F. RGB value is (238,176,79). Sum of RGB (Red+Green+Blue) = 238+176+79=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 79 (31.25% from 255 or 16.02% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB04F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB04F is #114FB0. Grayscale: #B7B7B7. Windows color (decimal): -1134513 or 5222638. OLE color: 5222638.
HSL color Cylindrical-coordinate representation of color #EEB04F: hue angle of 36.6º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEB04F is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 79 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.07 |
| HSL | 36.6º | 0.82% | 0.62% | - |
| HSV(B) | 36.6º | 0.67% | 0.93% | - |
| XYZ | 52.2 | 49.79 | 14.26 | - |
| YUV | 183.48 | 69.04 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 79 | 0 | 0.26 | 0.67 | 0.07 | 36.6 | 0.82 | 0.62 |
| Hex | EE | B0 | 4F | 0 | 1A | 43 | 7 | 25 | 52 | 3E |
| Octal | 356 | 260 | 117 | 0 | 32 | 103 | 7 | 45 | 122 | 76 |
| Binary | 11101110 | 10110000 | 1001111 | 0 | 11010 | 1000011 | 111 | 100101 | 1010010 | 111110 |
Color Harmonies of #EEB04F
Complementary color
Monochromatic Colors of #EEB04F
Black with #EEB04F
Text Example
Text Example
White with #EEB04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB04F; }
p { color: rgb(238,176,79); }
H1.HeaderClassName
{
color: #EEB04F;
}
.AnyTagClassName
{
color: #EEB04F;
}
</style>
background-color css
<style>
a { background-color: #EEB04F; }
a { background-color: rgb(238,176,79); }
div.DivClassName
{
background-color: #EEB04F;
}
.BgClassName
{
background-color: #EEB04F;
}
</style>
border-color css
<style>
span { border-color: #EEB04F; }
span { border-color: rgb(238,176,79); }
td.TdClassName
{
border-color: #EEB04F;
}
.TagClassName
{
border-color: #EEB04F;
}
</style>