Shades of Casablanca #EEB55A
Tints of Casablanca #EEB55A
RGB
CMYK
RGB Variations
Color information
#EEB55A (or 0xEEB55A) is known color: Casablanca. HEX triplet: EE, B5 and 5A. RGB value is (238,181,90). Sum of RGB (Red+Green+Blue) = 238+181+90=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB55A is #114AA5. Grayscale: #BCBCBC. Windows color (decimal): -1133222 or 5944814. OLE color: 5944814.
HSL color Cylindrical-coordinate representation of color #EEB55A: hue angle of 36.89º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEB55A is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 90 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.07 |
| HSL | 36.89º | 0.81% | 0.64% | - |
| HSV(B) | 36.89º | 0.62% | 0.93% | - |
| XYZ | 53.63 | 51.96 | 16.88 | - |
| YUV | 187.67 | 72.88 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 90 | 0 | 0.24 | 0.62 | 0.07 | 36.89 | 0.81 | 0.64 |
| Hex | EE | B5 | 5A | 0 | 18 | 3E | 7 | 25 | 51 | 40 |
| Octal | 356 | 265 | 132 | 0 | 30 | 76 | 7 | 45 | 121 | 100 |
| Binary | 11101110 | 10110101 | 1011010 | 0 | 11000 | 111110 | 111 | 100101 | 1010001 | 1000000 |
Color Harmonies of #EEB55A
Complementary color
Monochromatic Colors of #EEB55A
Black with #EEB55A
Text Example
Text Example
White with #EEB55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB55A; }
p { color: rgb(238,181,90); }
H1.HeaderClassName
{
color: #EEB55A;
}
.AnyTagClassName
{
color: #EEB55A;
}
</style>
background-color css
<style>
a { background-color: #EEB55A; }
a { background-color: rgb(238,181,90); }
div.DivClassName
{
background-color: #EEB55A;
}
.BgClassName
{
background-color: #EEB55A;
}
</style>
border-color css
<style>
span { border-color: #EEB55A; }
span { border-color: rgb(238,181,90); }
td.TdClassName
{
border-color: #EEB55A;
}
.TagClassName
{
border-color: #EEB55A;
}
</style>