Shades of Casablanca #EEB450
Tints of Casablanca #EEB450
RGB
CMYK
RGB Variations
Color information
#EEB450 (or 0xEEB450) is known color: Casablanca. HEX triplet: EE, B4 and 50. RGB value is (238,180,80). Sum of RGB (Red+Green+Blue) = 238+180+80=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB450 is #114BAF. Grayscale: #BABABA. Windows color (decimal): -1133488 or 5289198. OLE color: 5289198.
HSL color Cylindrical-coordinate representation of color #EEB450: hue angle of 37.97º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEB450 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 80 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.07 |
| HSL | 37.97º | 0.82% | 0.62% | - |
| HSV(B) | 37.97º | 0.66% | 0.93% | - |
| XYZ | 53.03 | 51.4 | 14.72 | - |
| YUV | 185.94 | 68.22 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 80 | 0 | 0.24 | 0.66 | 0.07 | 37.97 | 0.82 | 0.62 |
| Hex | EE | B4 | 50 | 0 | 18 | 42 | 7 | 26 | 52 | 3E |
| Octal | 356 | 264 | 120 | 0 | 30 | 102 | 7 | 46 | 122 | 76 |
| Binary | 11101110 | 10110100 | 1010000 | 0 | 11000 | 1000010 | 111 | 100110 | 1010010 | 111110 |
Color Harmonies of #EEB450
Complementary color
Monochromatic Colors of #EEB450
Black with #EEB450
Text Example
Text Example
White with #EEB450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB450; }
p { color: rgb(238,180,80); }
H1.HeaderClassName
{
color: #EEB450;
}
.AnyTagClassName
{
color: #EEB450;
}
</style>
background-color css
<style>
a { background-color: #EEB450; }
a { background-color: rgb(238,180,80); }
div.DivClassName
{
background-color: #EEB450;
}
.BgClassName
{
background-color: #EEB450;
}
</style>
border-color css
<style>
span { border-color: #EEB450; }
span { border-color: rgb(238,180,80); }
td.TdClassName
{
border-color: #EEB450;
}
.TagClassName
{
border-color: #EEB450;
}
</style>