Shades of Casablanca #EEB25E
Tints of Casablanca #EEB25E
RGB
CMYK
RGB Variations
Color information
#EEB25E (or 0xEEB25E) is known color: Casablanca. HEX triplet: EE, B2 and 5E. RGB value is (238,178,94). Sum of RGB (Red+Green+Blue) = 238+178+94=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB25E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB25E is #114DA1. Grayscale: #BABABA. Windows color (decimal): -1133986 or 6206190. OLE color: 6206190.
HSL color Cylindrical-coordinate representation of color #EEB25E: hue angle of 35º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEB25E is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 94 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.07 |
| HSL | 35º | 0.81% | 0.65% | - |
| HSV(B) | 35º | 0.61% | 0.93% | - |
| XYZ | 53.2 | 50.83 | 17.6 | - |
| YUV | 186.36 | 75.88 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 94 | 0 | 0.25 | 0.61 | 0.07 | 35 | 0.81 | 0.65 |
| Hex | EE | B2 | 5E | 0 | 19 | 3D | 7 | 23 | 51 | 41 |
| Octal | 356 | 262 | 136 | 0 | 31 | 75 | 7 | 43 | 121 | 101 |
| Binary | 11101110 | 10110010 | 1011110 | 0 | 11001 | 111101 | 111 | 100011 | 1010001 | 1000001 |
Color Harmonies of #EEB25E
Complementary color
Monochromatic Colors of #EEB25E
Black with #EEB25E
Text Example
Text Example
White with #EEB25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB25E; }
p { color: rgb(238,178,94); }
H1.HeaderClassName
{
color: #EEB25E;
}
.AnyTagClassName
{
color: #EEB25E;
}
</style>
background-color css
<style>
a { background-color: #EEB25E; }
a { background-color: rgb(238,178,94); }
div.DivClassName
{
background-color: #EEB25E;
}
.BgClassName
{
background-color: #EEB25E;
}
</style>
border-color css
<style>
span { border-color: #EEB25E; }
span { border-color: rgb(238,178,94); }
td.TdClassName
{
border-color: #EEB25E;
}
.TagClassName
{
border-color: #EEB25E;
}
</style>