Shades of Cream Can #EEC25F
Tints of Cream Can #EEC25F
RGB
CMYK
RGB Variations
Color information
#EEC25F (or 0xEEC25F) is known color: Cream Can. HEX triplet: EE, C2 and 5F. RGB value is (238,194,95). Sum of RGB (Red+Green+Blue) = 238+194+95=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC25F is #113DA0. Grayscale: #C4C4C4. Windows color (decimal): -1129889 or 6275822. OLE color: 6275822.
HSL color Cylindrical-coordinate representation of color #EEC25F: hue angle of 41.54º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EEC25F is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 95 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.07 |
| HSL | 41.54º | 0.81% | 0.65% | - |
| HSV(B) | 41.54º | 0.6% | 0.93% | - |
| XYZ | 56.62 | 57.59 | 18.96 | - |
| YUV | 195.87 | 71.08 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 95 | 0 | 0.18 | 0.60 | 0.07 | 41.54 | 0.81 | 0.65 |
| Hex | EE | C2 | 5F | 0 | 12 | 3C | 7 | 2A | 51 | 41 |
| Octal | 356 | 302 | 137 | 0 | 22 | 74 | 7 | 52 | 121 | 101 |
| Binary | 11101110 | 11000010 | 1011111 | 0 | 10010 | 111100 | 111 | 101010 | 1010001 | 1000001 |
Color Harmonies of #EEC25F
Complementary color
Monochromatic Colors of #EEC25F
Black with #EEC25F
Text Example
Text Example
White with #EEC25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC25F; }
p { color: rgb(238,194,95); }
H1.HeaderClassName
{
color: #EEC25F;
}
.AnyTagClassName
{
color: #EEC25F;
}
</style>
background-color css
<style>
a { background-color: #EEC25F; }
a { background-color: rgb(238,194,95); }
div.DivClassName
{
background-color: #EEC25F;
}
.BgClassName
{
background-color: #EEC25F;
}
</style>
border-color css
<style>
span { border-color: #EEC25F; }
span { border-color: rgb(238,194,95); }
td.TdClassName
{
border-color: #EEC25F;
}
.TagClassName
{
border-color: #EEC25F;
}
</style>