Shades of Casablanca #EEB354
Tints of Casablanca #EEB354
RGB
CMYK
RGB Variations
Color information
#EEB354 (or 0xEEB354) is known color: Casablanca. HEX triplet: EE, B3 and 54. RGB value is (238,179,84). Sum of RGB (Red+Green+Blue) = 238+179+84=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 84 (33.20% from 255 or 16.77% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB354 is #114CAB. Grayscale: #BABABA. Windows color (decimal): -1133740 or 5551086. OLE color: 5551086.
HSL color Cylindrical-coordinate representation of color #EEB354: hue angle of 37.01º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EEB354 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 84 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.07 |
| HSL | 37.01º | 0.82% | 0.63% | - |
| HSV(B) | 37.01º | 0.65% | 0.93% | - |
| XYZ | 52.98 | 51.06 | 15.45 | - |
| YUV | 185.81 | 70.55 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 84 | 0 | 0.25 | 0.65 | 0.07 | 37.01 | 0.82 | 0.63 |
| Hex | EE | B3 | 54 | 0 | 19 | 41 | 7 | 25 | 52 | 3F |
| Octal | 356 | 263 | 124 | 0 | 31 | 101 | 7 | 45 | 122 | 77 |
| Binary | 11101110 | 10110011 | 1010100 | 0 | 11001 | 1000001 | 111 | 100101 | 1010010 | 111111 |
Color Harmonies of #EEB354
Complementary color
Monochromatic Colors of #EEB354
Black with #EEB354
Text Example
Text Example
White with #EEB354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB354; }
p { color: rgb(238,179,84); }
H1.HeaderClassName
{
color: #EEB354;
}
.AnyTagClassName
{
color: #EEB354;
}
</style>
background-color css
<style>
a { background-color: #EEB354; }
a { background-color: rgb(238,179,84); }
div.DivClassName
{
background-color: #EEB354;
}
.BgClassName
{
background-color: #EEB354;
}
</style>
border-color css
<style>
span { border-color: #EEB354; }
span { border-color: rgb(238,179,84); }
td.TdClassName
{
border-color: #EEB354;
}
.TagClassName
{
border-color: #EEB354;
}
</style>