Shades of Cream Can #EEBC41
Tints of Cream Can #EEBC41
RGB
CMYK
RGB Variations
Color information
#EEBC41 (or 0xEEBC41) is known color: Cream Can. HEX triplet: EE, BC and 41. RGB value is (238,188,65). Sum of RGB (Red+Green+Blue) = 238+188+65=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 65 (25.78% from 255 or 13.24% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBC41 is #1143BE. Grayscale: #BDBDBD. Windows color (decimal): -1131455 or 4308206. OLE color: 4308206.
HSL color Cylindrical-coordinate representation of color #EEBC41: hue angle of 42.66º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEBC41 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 65 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.07 |
| HSL | 42.66º | 0.84% | 0.59% | - |
| HSV(B) | 42.66º | 0.73% | 0.93% | - |
| XYZ | 54.2 | 54.53 | 12.67 | - |
| YUV | 188.93 | 58.07 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 65 | 0 | 0.21 | 0.73 | 0.07 | 42.66 | 0.84 | 0.59 |
| Hex | EE | BC | 41 | 0 | 15 | 49 | 7 | 2B | 54 | 3B |
| Octal | 356 | 274 | 101 | 0 | 25 | 111 | 7 | 53 | 124 | 73 |
| Binary | 11101110 | 10111100 | 1000001 | 0 | 10101 | 1001001 | 111 | 101011 | 1010100 | 111011 |
Color Harmonies of #EEBC41
Complementary color
Monochromatic Colors of #EEBC41
Black with #EEBC41
Text Example
Text Example
White with #EEBC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC41; }
p { color: rgb(238,188,65); }
H1.HeaderClassName
{
color: #EEBC41;
}
.AnyTagClassName
{
color: #EEBC41;
}
</style>
background-color css
<style>
a { background-color: #EEBC41; }
a { background-color: rgb(238,188,65); }
div.DivClassName
{
background-color: #EEBC41;
}
.BgClassName
{
background-color: #EEBC41;
}
</style>
border-color css
<style>
span { border-color: #EEBC41; }
span { border-color: rgb(238,188,65); }
td.TdClassName
{
border-color: #EEBC41;
}
.TagClassName
{
border-color: #EEBC41;
}
</style>