Shades of Casablanca #EEB04E
Tints of Casablanca #EEB04E
RGB
CMYK
RGB Variations
Color information
#EEB04E (or 0xEEB04E) is known color: Casablanca. HEX triplet: EE, B0 and 4E. RGB value is (238,176,78). Sum of RGB (Red+Green+Blue) = 238+176+78=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 78 (30.86% from 255 or 15.85% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB04E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB04E is #114FB1. Grayscale: #B7B7B7. Windows color (decimal): -1134514 or 5157102. OLE color: 5157102.
HSL color Cylindrical-coordinate representation of color #EEB04E: hue angle of 36.75º 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 #EEB04E is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 78 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.07 |
| HSL | 36.75º | 0.82% | 0.62% | - |
| HSV(B) | 36.75º | 0.67% | 0.93% | - |
| XYZ | 52.16 | 49.78 | 14.07 | - |
| YUV | 183.37 | 68.54 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 78 | 0 | 0.26 | 0.67 | 0.07 | 36.75 | 0.82 | 0.62 |
| Hex | EE | B0 | 4E | 0 | 1A | 43 | 7 | 25 | 52 | 3E |
| Octal | 356 | 260 | 116 | 0 | 32 | 103 | 7 | 45 | 122 | 76 |
| Binary | 11101110 | 10110000 | 1001110 | 0 | 11010 | 1000011 | 111 | 100101 | 1010010 | 111110 |
Color Harmonies of #EEB04E
Complementary color
Monochromatic Colors of #EEB04E
Black with #EEB04E
Text Example
Text Example
White with #EEB04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB04E; }
p { color: rgb(238,176,78); }
H1.HeaderClassName
{
color: #EEB04E;
}
.AnyTagClassName
{
color: #EEB04E;
}
</style>
background-color css
<style>
a { background-color: #EEB04E; }
a { background-color: rgb(238,176,78); }
div.DivClassName
{
background-color: #EEB04E;
}
.BgClassName
{
background-color: #EEB04E;
}
</style>
border-color css
<style>
span { border-color: #EEB04E; }
span { border-color: rgb(238,176,78); }
td.TdClassName
{
border-color: #EEB04E;
}
.TagClassName
{
border-color: #EEB04E;
}
</style>