Shades of Casablanca #EEB149
Tints of Casablanca #EEB149
RGB
CMYK
RGB Variations
Color information
#EEB149 (or 0xEEB149) is known color: Casablanca. HEX triplet: EE, B1 and 49. RGB value is (238,177,73). Sum of RGB (Red+Green+Blue) = 238+177+73=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB149 is #114EB6. Grayscale: #B7B7B7. Windows color (decimal): -1134263 or 4829678. OLE color: 4829678.
HSL color Cylindrical-coordinate representation of color #EEB149: hue angle of 37.82º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEB149 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 73 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.07 |
| HSL | 37.82º | 0.83% | 0.61% | - |
| HSV(B) | 37.82º | 0.69% | 0.93% | - |
| XYZ | 52.18 | 50.1 | 13.22 | - |
| YUV | 183.38 | 65.71 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 73 | 0 | 0.26 | 0.69 | 0.07 | 37.82 | 0.83 | 0.61 |
| Hex | EE | B1 | 49 | 0 | 1A | 45 | 7 | 26 | 53 | 3D |
| Octal | 356 | 261 | 111 | 0 | 32 | 105 | 7 | 46 | 123 | 75 |
| Binary | 11101110 | 10110001 | 1001001 | 0 | 11010 | 1000101 | 111 | 100110 | 1010011 | 111101 |
Color Harmonies of #EEB149
Complementary color
Monochromatic Colors of #EEB149
Black with #EEB149
Text Example
Text Example
White with #EEB149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB149; }
p { color: rgb(238,177,73); }
H1.HeaderClassName
{
color: #EEB149;
}
.AnyTagClassName
{
color: #EEB149;
}
</style>
background-color css
<style>
a { background-color: #EEB149; }
a { background-color: rgb(238,177,73); }
div.DivClassName
{
background-color: #EEB149;
}
.BgClassName
{
background-color: #EEB149;
}
</style>
border-color css
<style>
span { border-color: #EEB149; }
span { border-color: rgb(238,177,73); }
td.TdClassName
{
border-color: #EEB149;
}
.TagClassName
{
border-color: #EEB149;
}
</style>