Shades of Casablanca #EEB14B
Tints of Casablanca #EEB14B
RGB
CMYK
RGB Variations
Color information
#EEB14B (or 0xEEB14B) is known color: Casablanca. HEX triplet: EE, B1 and 4B. RGB value is (238,177,75). Sum of RGB (Red+Green+Blue) = 238+177+75=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 75 (29.69% from 255 or 15.31% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB14B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB14B is #114EB4. Grayscale: #B8B8B8. Windows color (decimal): -1134261 or 4960750. OLE color: 4960750.
HSL color Cylindrical-coordinate representation of color #EEB14B: hue angle of 37.55º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEB14B is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 75 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.07 |
| HSL | 37.55º | 0.83% | 0.61% | - |
| HSV(B) | 37.55º | 0.68% | 0.93% | - |
| XYZ | 52.25 | 50.13 | 13.58 | - |
| YUV | 183.61 | 66.71 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 75 | 0 | 0.26 | 0.68 | 0.07 | 37.55 | 0.83 | 0.61 |
| Hex | EE | B1 | 4B | 0 | 1A | 44 | 7 | 26 | 53 | 3D |
| Octal | 356 | 261 | 113 | 0 | 32 | 104 | 7 | 46 | 123 | 75 |
| Binary | 11101110 | 10110001 | 1001011 | 0 | 11010 | 1000100 | 111 | 100110 | 1010011 | 111101 |
Color Harmonies of #EEB14B
Complementary color
Monochromatic Colors of #EEB14B
Black with #EEB14B
Text Example
Text Example
White with #EEB14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB14B; }
p { color: rgb(238,177,75); }
H1.HeaderClassName
{
color: #EEB14B;
}
.AnyTagClassName
{
color: #EEB14B;
}
</style>
background-color css
<style>
a { background-color: #EEB14B; }
a { background-color: rgb(238,177,75); }
div.DivClassName
{
background-color: #EEB14B;
}
.BgClassName
{
background-color: #EEB14B;
}
</style>
border-color css
<style>
span { border-color: #EEB14B; }
span { border-color: rgb(238,177,75); }
td.TdClassName
{
border-color: #EEB14B;
}
.TagClassName
{
border-color: #EEB14B;
}
</style>