Shades of Cream Can #EEC350
Tints of Cream Can #EEC350
RGB
CMYK
RGB Variations
Color information
#EEC350 (or 0xEEC350) is known color: Cream Can. HEX triplet: EE, C3 and 50. RGB value is (238,195,80). Sum of RGB (Red+Green+Blue) = 238+195+80=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC350 is #113CAF. Grayscale: #C3C3C3. Windows color (decimal): -1129648 or 5293038. OLE color: 5293038.
HSL color Cylindrical-coordinate representation of color #EEC350: hue angle of 43.67º 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 #EEC350 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 80 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.07 |
| HSL | 43.67º | 0.82% | 0.62% | - |
| HSV(B) | 43.67º | 0.66% | 0.93% | - |
| XYZ | 56.22 | 57.79 | 15.78 | - |
| YUV | 194.75 | 63.25 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 80 | 0 | 0.18 | 0.66 | 0.07 | 43.67 | 0.82 | 0.62 |
| Hex | EE | C3 | 50 | 0 | 12 | 42 | 7 | 2C | 52 | 3E |
| Octal | 356 | 303 | 120 | 0 | 22 | 102 | 7 | 54 | 122 | 76 |
| Binary | 11101110 | 11000011 | 1010000 | 0 | 10010 | 1000010 | 111 | 101100 | 1010010 | 111110 |
Color Harmonies of #EEC350
Complementary color
Monochromatic Colors of #EEC350
Black with #EEC350
Text Example
Text Example
White with #EEC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC350; }
p { color: rgb(238,195,80); }
H1.HeaderClassName
{
color: #EEC350;
}
.AnyTagClassName
{
color: #EEC350;
}
</style>
background-color css
<style>
a { background-color: #EEC350; }
a { background-color: rgb(238,195,80); }
div.DivClassName
{
background-color: #EEC350;
}
.BgClassName
{
background-color: #EEC350;
}
</style>
border-color css
<style>
span { border-color: #EEC350; }
span { border-color: rgb(238,195,80); }
td.TdClassName
{
border-color: #EEC350;
}
.TagClassName
{
border-color: #EEC350;
}
</style>