Shades of Casablanca #EEB455
Tints of Casablanca #EEB455
RGB
CMYK
RGB Variations
Color information
#EEB455 (or 0xEEB455) is known color: Casablanca. HEX triplet: EE, B4 and 55. RGB value is (238,180,85). Sum of RGB (Red+Green+Blue) = 238+180+85=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB455 is #114BAA. Grayscale: #BABABA. Windows color (decimal): -1133483 or 5616878. OLE color: 5616878.
HSL color Cylindrical-coordinate representation of color #EEB455: hue angle of 37.25º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEB455 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 85 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.07 |
| HSL | 37.25º | 0.82% | 0.63% | - |
| HSV(B) | 37.25º | 0.64% | 0.93% | - |
| XYZ | 53.22 | 51.48 | 15.73 | - |
| YUV | 186.51 | 70.72 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 85 | 0 | 0.24 | 0.64 | 0.07 | 37.25 | 0.82 | 0.63 |
| Hex | EE | B4 | 55 | 0 | 18 | 40 | 7 | 25 | 52 | 3F |
| Octal | 356 | 264 | 125 | 0 | 30 | 100 | 7 | 45 | 122 | 77 |
| Binary | 11101110 | 10110100 | 1010101 | 0 | 11000 | 1000000 | 111 | 100101 | 1010010 | 111111 |
Color Harmonies of #EEB455
Complementary color
Monochromatic Colors of #EEB455
Black with #EEB455
Text Example
Text Example
White with #EEB455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB455; }
p { color: rgb(238,180,85); }
H1.HeaderClassName
{
color: #EEB455;
}
.AnyTagClassName
{
color: #EEB455;
}
</style>
background-color css
<style>
a { background-color: #EEB455; }
a { background-color: rgb(238,180,85); }
div.DivClassName
{
background-color: #EEB455;
}
.BgClassName
{
background-color: #EEB455;
}
</style>
border-color css
<style>
span { border-color: #EEB455; }
span { border-color: rgb(238,180,85); }
td.TdClassName
{
border-color: #EEB455;
}
.TagClassName
{
border-color: #EEB455;
}
</style>