Shades of Casablanca #EEB046
Tints of Casablanca #EEB046
RGB
CMYK
RGB Variations
Color information
#EEB046 (or 0xEEB046) is known color: Casablanca. HEX triplet: EE, B0 and 46. RGB value is (238,176,70). Sum of RGB (Red+Green+Blue) = 238+176+70=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB046 is #114FB9. Grayscale: #B6B6B6. Windows color (decimal): -1134522 or 4632814. OLE color: 4632814.
HSL color Cylindrical-coordinate representation of color #EEB046: hue angle of 37.86º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEB046 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 70 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.07 |
| HSL | 37.86º | 0.83% | 0.6% | - |
| HSV(B) | 37.86º | 0.71% | 0.93% | - |
| XYZ | 51.89 | 49.67 | 12.65 | - |
| YUV | 182.45 | 64.54 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 70 | 0 | 0.26 | 0.71 | 0.07 | 37.86 | 0.83 | 0.6 |
| Hex | EE | B0 | 46 | 0 | 1A | 47 | 7 | 26 | 53 | 3C |
| Octal | 356 | 260 | 106 | 0 | 32 | 107 | 7 | 46 | 123 | 74 |
| Binary | 11101110 | 10110000 | 1000110 | 0 | 11010 | 1000111 | 111 | 100110 | 1010011 | 111100 |
Color Harmonies of #EEB046
Complementary color
Monochromatic Colors of #EEB046
Black with #EEB046
Text Example
Text Example
White with #EEB046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB046; }
p { color: rgb(238,176,70); }
H1.HeaderClassName
{
color: #EEB046;
}
.AnyTagClassName
{
color: #EEB046;
}
</style>
background-color css
<style>
a { background-color: #EEB046; }
a { background-color: rgb(238,176,70); }
div.DivClassName
{
background-color: #EEB046;
}
.BgClassName
{
background-color: #EEB046;
}
</style>
border-color css
<style>
span { border-color: #EEB046; }
span { border-color: rgb(238,176,70); }
td.TdClassName
{
border-color: #EEB046;
}
.TagClassName
{
border-color: #EEB046;
}
</style>