Shades of Casablanca #EEB051
Tints of Casablanca #EEB051
RGB
CMYK
RGB Variations
Color information
#EEB051 (or 0xEEB051) is known color: Casablanca. HEX triplet: EE, B0 and 51. RGB value is (238,176,81). Sum of RGB (Red+Green+Blue) = 238+176+81=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 81 (32.03% from 255 or 16.36% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB051 is #114FAE. Grayscale: #B8B8B8. Windows color (decimal): -1134511 or 5353710. OLE color: 5353710.
HSL color Cylindrical-coordinate representation of color #EEB051: hue angle of 36.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEB051 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 81 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.07 |
| HSL | 36.31º | 0.82% | 0.63% | - |
| HSV(B) | 36.31º | 0.66% | 0.93% | - |
| XYZ | 52.27 | 49.82 | 14.65 | - |
| YUV | 183.71 | 70.04 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 81 | 0 | 0.26 | 0.66 | 0.07 | 36.31 | 0.82 | 0.63 |
| Hex | EE | B0 | 51 | 0 | 1A | 42 | 7 | 24 | 52 | 3F |
| Octal | 356 | 260 | 121 | 0 | 32 | 102 | 7 | 44 | 122 | 77 |
| Binary | 11101110 | 10110000 | 1010001 | 0 | 11010 | 1000010 | 111 | 100100 | 1010010 | 111111 |
Color Harmonies of #EEB051
Complementary color
Monochromatic Colors of #EEB051
Black with #EEB051
Text Example
Text Example
White with #EEB051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB051; }
p { color: rgb(238,176,81); }
H1.HeaderClassName
{
color: #EEB051;
}
.AnyTagClassName
{
color: #EEB051;
}
</style>
background-color css
<style>
a { background-color: #EEB051; }
a { background-color: rgb(238,176,81); }
div.DivClassName
{
background-color: #EEB051;
}
.BgClassName
{
background-color: #EEB051;
}
</style>
border-color css
<style>
span { border-color: #EEB051; }
span { border-color: rgb(238,176,81); }
td.TdClassName
{
border-color: #EEB051;
}
.TagClassName
{
border-color: #EEB051;
}
</style>