Shades of Casablanca #EEB14E
Tints of Casablanca #EEB14E
RGB
CMYK
RGB Variations
Color information
#EEB14E (or 0xEEB14E) is known color: Casablanca. HEX triplet: EE, B1 and 4E. RGB value is (238,177,78). Sum of RGB (Red+Green+Blue) = 238+177+78=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB14E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB14E is #114EB1. Grayscale: #B8B8B8. Windows color (decimal): -1134258 or 5157358. OLE color: 5157358.
HSL color Cylindrical-coordinate representation of color #EEB14E: hue angle of 37.12º 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 #EEB14E is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 78 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.07 |
| HSL | 37.13º | 0.82% | 0.62% | - |
| HSV(B) | 37.13º | 0.67% | 0.93% | - |
| XYZ | 52.36 | 50.17 | 14.13 | - |
| YUV | 183.95 | 68.21 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 78 | 0 | 0.26 | 0.67 | 0.07 | 37.13 | 0.82 | 0.62 |
| Hex | EE | B1 | 4E | 0 | 1A | 43 | 7 | 25 | 52 | 3E |
| Octal | 356 | 261 | 116 | 0 | 32 | 103 | 7 | 45 | 122 | 76 |
| Binary | 11101110 | 10110001 | 1001110 | 0 | 11010 | 1000011 | 111 | 100101 | 1010010 | 111110 |
Color Harmonies of #EEB14E
Complementary color
Monochromatic Colors of #EEB14E
Black with #EEB14E
Text Example
Text Example
White with #EEB14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB14E; }
p { color: rgb(238,177,78); }
H1.HeaderClassName
{
color: #EEB14E;
}
.AnyTagClassName
{
color: #EEB14E;
}
</style>
background-color css
<style>
a { background-color: #EEB14E; }
a { background-color: rgb(238,177,78); }
div.DivClassName
{
background-color: #EEB14E;
}
.BgClassName
{
background-color: #EEB14E;
}
</style>
border-color css
<style>
span { border-color: #EEB14E; }
span { border-color: rgb(238,177,78); }
td.TdClassName
{
border-color: #EEB14E;
}
.TagClassName
{
border-color: #EEB14E;
}
</style>