Shades of Cream Can #EEBF50
Tints of Cream Can #EEBF50
RGB
CMYK
RGB Variations
Color information
#EEBF50 (or 0xEEBF50) is known color: Cream Can. HEX triplet: EE, BF and 50. RGB value is (238,191,80). Sum of RGB (Red+Green+Blue) = 238+191+80=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF50 is #1140AF. Grayscale: #C0C0C0. Windows color (decimal): -1130672 or 5292014. OLE color: 5292014.
HSL color Cylindrical-coordinate representation of color #EEBF50: hue angle of 42.15º 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 #EEBF50 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 80 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.07 |
| HSL | 42.15º | 0.82% | 0.62% | - |
| HSV(B) | 42.15º | 0.66% | 0.93% | - |
| XYZ | 55.34 | 56.02 | 15.49 | - |
| YUV | 192.4 | 64.57 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 80 | 0 | 0.20 | 0.66 | 0.07 | 42.15 | 0.82 | 0.62 |
| Hex | EE | BF | 50 | 0 | 14 | 42 | 7 | 2A | 52 | 3E |
| Octal | 356 | 277 | 120 | 0 | 24 | 102 | 7 | 52 | 122 | 76 |
| Binary | 11101110 | 10111111 | 1010000 | 0 | 10100 | 1000010 | 111 | 101010 | 1010010 | 111110 |
Color Harmonies of #EEBF50
Complementary color
Monochromatic Colors of #EEBF50
Black with #EEBF50
Text Example
Text Example
White with #EEBF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF50; }
p { color: rgb(238,191,80); }
H1.HeaderClassName
{
color: #EEBF50;
}
.AnyTagClassName
{
color: #EEBF50;
}
</style>
background-color css
<style>
a { background-color: #EEBF50; }
a { background-color: rgb(238,191,80); }
div.DivClassName
{
background-color: #EEBF50;
}
.BgClassName
{
background-color: #EEBF50;
}
</style>
border-color css
<style>
span { border-color: #EEBF50; }
span { border-color: rgb(238,191,80); }
td.TdClassName
{
border-color: #EEBF50;
}
.TagClassName
{
border-color: #EEBF50;
}
</style>