Shades of Casablanca #EEB456
Tints of Casablanca #EEB456
RGB
CMYK
RGB Variations
Color information
#EEB456 (or 0xEEB456) is known color: Casablanca. HEX triplet: EE, B4 and 56. RGB value is (238,180,86). Sum of RGB (Red+Green+Blue) = 238+180+86=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB456 is #114BA9. Grayscale: #BBBBBB. Windows color (decimal): -1133482 or 5682414. OLE color: 5682414.
HSL color Cylindrical-coordinate representation of color #EEB456: hue angle of 37.11º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEB456 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 86 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.07 |
| HSL | 37.11º | 0.82% | 0.64% | - |
| HSV(B) | 37.11º | 0.64% | 0.93% | - |
| XYZ | 53.26 | 51.49 | 15.94 | - |
| YUV | 186.63 | 71.22 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 86 | 0 | 0.24 | 0.64 | 0.07 | 37.11 | 0.82 | 0.64 |
| Hex | EE | B4 | 56 | 0 | 18 | 40 | 7 | 25 | 52 | 40 |
| Octal | 356 | 264 | 126 | 0 | 30 | 100 | 7 | 45 | 122 | 100 |
| Binary | 11101110 | 10110100 | 1010110 | 0 | 11000 | 1000000 | 111 | 100101 | 1010010 | 1000000 |
Color Harmonies of #EEB456
Complementary color
Monochromatic Colors of #EEB456
Black with #EEB456
Text Example
Text Example
White with #EEB456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB456; }
p { color: rgb(238,180,86); }
H1.HeaderClassName
{
color: #EEB456;
}
.AnyTagClassName
{
color: #EEB456;
}
</style>
background-color css
<style>
a { background-color: #EEB456; }
a { background-color: rgb(238,180,86); }
div.DivClassName
{
background-color: #EEB456;
}
.BgClassName
{
background-color: #EEB456;
}
</style>
border-color css
<style>
span { border-color: #EEB456; }
span { border-color: rgb(238,180,86); }
td.TdClassName
{
border-color: #EEB456;
}
.TagClassName
{
border-color: #EEB456;
}
</style>