Shades of Cream Can #EEC351
Tints of Cream Can #EEC351
RGB
CMYK
RGB Variations
Color information
#EEC351 (or 0xEEC351) is known color: Cream Can. HEX triplet: EE, C3 and 51. RGB value is (238,195,81). Sum of RGB (Red+Green+Blue) = 238+195+81=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 81 (32.03% from 255 or 15.76% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC351 is #113CAE. Grayscale: #C3C3C3. Windows color (decimal): -1129647 or 5358574. OLE color: 5358574.
HSL color Cylindrical-coordinate representation of color #EEC351: hue angle of 43.57º 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 #EEC351 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 81 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.07 |
| HSL | 43.57º | 0.82% | 0.63% | - |
| HSV(B) | 43.57º | 0.66% | 0.93% | - |
| XYZ | 56.26 | 57.8 | 15.98 | - |
| YUV | 194.86 | 63.75 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 81 | 0 | 0.18 | 0.66 | 0.07 | 43.57 | 0.82 | 0.63 |
| Hex | EE | C3 | 51 | 0 | 12 | 42 | 7 | 2C | 52 | 3F |
| Octal | 356 | 303 | 121 | 0 | 22 | 102 | 7 | 54 | 122 | 77 |
| Binary | 11101110 | 11000011 | 1010001 | 0 | 10010 | 1000010 | 111 | 101100 | 1010010 | 111111 |
Color Harmonies of #EEC351
Complementary color
Monochromatic Colors of #EEC351
Black with #EEC351
Text Example
Text Example
White with #EEC351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC351; }
p { color: rgb(238,195,81); }
H1.HeaderClassName
{
color: #EEC351;
}
.AnyTagClassName
{
color: #EEC351;
}
</style>
background-color css
<style>
a { background-color: #EEC351; }
a { background-color: rgb(238,195,81); }
div.DivClassName
{
background-color: #EEC351;
}
.BgClassName
{
background-color: #EEC351;
}
</style>
border-color css
<style>
span { border-color: #EEC351; }
span { border-color: rgb(238,195,81); }
td.TdClassName
{
border-color: #EEC351;
}
.TagClassName
{
border-color: #EEC351;
}
</style>