Shades of Casablanca #EEB05A
Tints of Casablanca #EEB05A
RGB
CMYK
RGB Variations
Color information
#EEB05A (or 0xEEB05A) is known color: Casablanca. HEX triplet: EE, B0 and 5A. RGB value is (238,176,90). Sum of RGB (Red+Green+Blue) = 238+176+90=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB05A is #114FA5. Grayscale: #B9B9B9. Windows color (decimal): -1134502 or 5943534. OLE color: 5943534.
HSL color Cylindrical-coordinate representation of color #EEB05A: hue angle of 34.86º 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 #EEB05A is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 90 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.07 |
| HSL | 34.86º | 0.81% | 0.64% | - |
| HSV(B) | 34.86º | 0.62% | 0.93% | - |
| XYZ | 52.63 | 49.97 | 16.54 | - |
| YUV | 184.73 | 74.54 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 90 | 0 | 0.26 | 0.62 | 0.07 | 34.86 | 0.81 | 0.64 |
| Hex | EE | B0 | 5A | 0 | 1A | 3E | 7 | 23 | 51 | 40 |
| Octal | 356 | 260 | 132 | 0 | 32 | 76 | 7 | 43 | 121 | 100 |
| Binary | 11101110 | 10110000 | 1011010 | 0 | 11010 | 111110 | 111 | 100011 | 1010001 | 1000000 |
Color Harmonies of #EEB05A
Complementary color
Monochromatic Colors of #EEB05A
Black with #EEB05A
Text Example
Text Example
White with #EEB05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB05A; }
p { color: rgb(238,176,90); }
H1.HeaderClassName
{
color: #EEB05A;
}
.AnyTagClassName
{
color: #EEB05A;
}
</style>
background-color css
<style>
a { background-color: #EEB05A; }
a { background-color: rgb(238,176,90); }
div.DivClassName
{
background-color: #EEB05A;
}
.BgClassName
{
background-color: #EEB05A;
}
</style>
border-color css
<style>
span { border-color: #EEB05A; }
span { border-color: rgb(238,176,90); }
td.TdClassName
{
border-color: #EEB05A;
}
.TagClassName
{
border-color: #EEB05A;
}
</style>