Shades of Cream Can #EEC250
Tints of Cream Can #EEC250
RGB
CMYK
RGB Variations
Color information
#EEC250 (or 0xEEC250) is known color: Cream Can. HEX triplet: EE, C2 and 50. RGB value is (238,194,80). Sum of RGB (Red+Green+Blue) = 238+194+80=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC250 is #113DAF. Grayscale: #C2C2C2. Windows color (decimal): -1129904 or 5292782. OLE color: 5292782.
HSL color Cylindrical-coordinate representation of color #EEC250: hue angle of 43.29º 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 #EEC250 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 80 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.07 |
| HSL | 43.29º | 0.82% | 0.62% | - |
| HSV(B) | 43.29º | 0.66% | 0.93% | - |
| XYZ | 56 | 57.34 | 15.71 | - |
| YUV | 194.16 | 63.58 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 80 | 0 | 0.18 | 0.66 | 0.07 | 43.29 | 0.82 | 0.62 |
| Hex | EE | C2 | 50 | 0 | 12 | 42 | 7 | 2B | 52 | 3E |
| Octal | 356 | 302 | 120 | 0 | 22 | 102 | 7 | 53 | 122 | 76 |
| Binary | 11101110 | 11000010 | 1010000 | 0 | 10010 | 1000010 | 111 | 101011 | 1010010 | 111110 |
Color Harmonies of #EEC250
Complementary color
Monochromatic Colors of #EEC250
Black with #EEC250
Text Example
Text Example
White with #EEC250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC250; }
p { color: rgb(238,194,80); }
H1.HeaderClassName
{
color: #EEC250;
}
.AnyTagClassName
{
color: #EEC250;
}
</style>
background-color css
<style>
a { background-color: #EEC250; }
a { background-color: rgb(238,194,80); }
div.DivClassName
{
background-color: #EEC250;
}
.BgClassName
{
background-color: #EEC250;
}
</style>
border-color css
<style>
span { border-color: #EEC250; }
span { border-color: rgb(238,194,80); }
td.TdClassName
{
border-color: #EEC250;
}
.TagClassName
{
border-color: #EEC250;
}
</style>