Shades of Casablanca #EEB150
Tints of Casablanca #EEB150
RGB
CMYK
RGB Variations
Color information
#EEB150 (or 0xEEB150) is known color: Casablanca. HEX triplet: EE, B1 and 50. RGB value is (238,177,80). Sum of RGB (Red+Green+Blue) = 238+177+80=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB150 is #114EAF. Grayscale: #B8B8B8. Windows color (decimal): -1134256 or 5288430. OLE color: 5288430.
HSL color Cylindrical-coordinate representation of color #EEB150: hue angle of 36.84º 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 #EEB150 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 80 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.07 |
| HSL | 36.84º | 0.82% | 0.62% | - |
| HSV(B) | 36.84º | 0.66% | 0.93% | - |
| XYZ | 52.43 | 50.2 | 14.52 | - |
| YUV | 184.18 | 69.21 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 80 | 0 | 0.26 | 0.66 | 0.07 | 36.84 | 0.82 | 0.62 |
| Hex | EE | B1 | 50 | 0 | 1A | 42 | 7 | 25 | 52 | 3E |
| Octal | 356 | 261 | 120 | 0 | 32 | 102 | 7 | 45 | 122 | 76 |
| Binary | 11101110 | 10110001 | 1010000 | 0 | 11010 | 1000010 | 111 | 100101 | 1010010 | 111110 |
Color Harmonies of #EEB150
Complementary color
Monochromatic Colors of #EEB150
Black with #EEB150
Text Example
Text Example
White with #EEB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB150; }
p { color: rgb(238,177,80); }
H1.HeaderClassName
{
color: #EEB150;
}
.AnyTagClassName
{
color: #EEB150;
}
</style>
background-color css
<style>
a { background-color: #EEB150; }
a { background-color: rgb(238,177,80); }
div.DivClassName
{
background-color: #EEB150;
}
.BgClassName
{
background-color: #EEB150;
}
</style>
border-color css
<style>
span { border-color: #EEB150; }
span { border-color: rgb(238,177,80); }
td.TdClassName
{
border-color: #EEB150;
}
.TagClassName
{
border-color: #EEB150;
}
</style>