Shades of Casablanca #EEB146
Tints of Casablanca #EEB146
RGB
CMYK
RGB Variations
Color information
#EEB146 (or 0xEEB146) is known color: Casablanca. HEX triplet: EE, B1 and 46. RGB value is (238,177,70). Sum of RGB (Red+Green+Blue) = 238+177+70=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB146 is #114EB9. Grayscale: #B7B7B7. Windows color (decimal): -1134266 or 4633070. OLE color: 4633070.
HSL color Cylindrical-coordinate representation of color #EEB146: hue angle of 38.21º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEB146 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 70 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.07 |
| HSL | 38.21º | 0.83% | 0.6% | - |
| HSV(B) | 38.21º | 0.71% | 0.93% | - |
| XYZ | 52.09 | 50.06 | 12.71 | - |
| YUV | 183.04 | 64.21 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 70 | 0 | 0.26 | 0.71 | 0.07 | 38.21 | 0.83 | 0.6 |
| Hex | EE | B1 | 46 | 0 | 1A | 47 | 7 | 26 | 53 | 3C |
| Octal | 356 | 261 | 106 | 0 | 32 | 107 | 7 | 46 | 123 | 74 |
| Binary | 11101110 | 10110001 | 1000110 | 0 | 11010 | 1000111 | 111 | 100110 | 1010011 | 111100 |
Color Harmonies of #EEB146
Complementary color
Monochromatic Colors of #EEB146
Black with #EEB146
Text Example
Text Example
White with #EEB146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB146; }
p { color: rgb(238,177,70); }
H1.HeaderClassName
{
color: #EEB146;
}
.AnyTagClassName
{
color: #EEB146;
}
</style>
background-color css
<style>
a { background-color: #EEB146; }
a { background-color: rgb(238,177,70); }
div.DivClassName
{
background-color: #EEB146;
}
.BgClassName
{
background-color: #EEB146;
}
</style>
border-color css
<style>
span { border-color: #EEB146; }
span { border-color: rgb(238,177,70); }
td.TdClassName
{
border-color: #EEB146;
}
.TagClassName
{
border-color: #EEB146;
}
</style>