Shades of Casablanca #EEB35A
Tints of Casablanca #EEB35A
RGB
CMYK
RGB Variations
Color information
#EEB35A (or 0xEEB35A) is known color: Casablanca. HEX triplet: EE, B3 and 5A. RGB value is (238,179,90). Sum of RGB (Red+Green+Blue) = 238+179+90=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB35A is #114CA5. Grayscale: #BABABA. Windows color (decimal): -1133734 or 5944302. OLE color: 5944302.
HSL color Cylindrical-coordinate representation of color #EEB35A: hue angle of 36.08º 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 #EEB35A is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 90 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.07 |
| HSL | 36.08º | 0.81% | 0.64% | - |
| HSV(B) | 36.08º | 0.62% | 0.93% | - |
| XYZ | 53.23 | 51.16 | 16.74 | - |
| YUV | 186.5 | 73.55 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 90 | 0 | 0.25 | 0.62 | 0.07 | 36.08 | 0.81 | 0.64 |
| Hex | EE | B3 | 5A | 0 | 19 | 3E | 7 | 24 | 51 | 40 |
| Octal | 356 | 263 | 132 | 0 | 31 | 76 | 7 | 44 | 121 | 100 |
| Binary | 11101110 | 10110011 | 1011010 | 0 | 11001 | 111110 | 111 | 100100 | 1010001 | 1000000 |
Color Harmonies of #EEB35A
Complementary color
Monochromatic Colors of #EEB35A
Black with #EEB35A
Text Example
Text Example
White with #EEB35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB35A; }
p { color: rgb(238,179,90); }
H1.HeaderClassName
{
color: #EEB35A;
}
.AnyTagClassName
{
color: #EEB35A;
}
</style>
background-color css
<style>
a { background-color: #EEB35A; }
a { background-color: rgb(238,179,90); }
div.DivClassName
{
background-color: #EEB35A;
}
.BgClassName
{
background-color: #EEB35A;
}
</style>
border-color css
<style>
span { border-color: #EEB35A; }
span { border-color: rgb(238,179,90); }
td.TdClassName
{
border-color: #EEB35A;
}
.TagClassName
{
border-color: #EEB35A;
}
</style>