Shades of Cream Can #EEC34F
Tints of Cream Can #EEC34F
RGB
CMYK
RGB Variations
Color information
#EEC34F (or 0xEEC34F) is known color: Cream Can. HEX triplet: EE, C3 and 4F. RGB value is (238,195,79). Sum of RGB (Red+Green+Blue) = 238+195+79=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 79 (31.25% from 255 or 15.43% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC34F is #113CB0. Grayscale: #C3C3C3. Windows color (decimal): -1129649 or 5227502. OLE color: 5227502.
HSL color Cylindrical-coordinate representation of color #EEC34F: hue angle of 43.77º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEC34F is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 79 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.07 |
| HSL | 43.77º | 0.82% | 0.62% | - |
| HSV(B) | 43.77º | 0.67% | 0.93% | - |
| XYZ | 56.19 | 57.77 | 15.59 | - |
| YUV | 194.63 | 62.75 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 79 | 0 | 0.18 | 0.67 | 0.07 | 43.77 | 0.82 | 0.62 |
| Hex | EE | C3 | 4F | 0 | 12 | 43 | 7 | 2C | 52 | 3E |
| Octal | 356 | 303 | 117 | 0 | 22 | 103 | 7 | 54 | 122 | 76 |
| Binary | 11101110 | 11000011 | 1001111 | 0 | 10010 | 1000011 | 111 | 101100 | 1010010 | 111110 |
Color Harmonies of #EEC34F
Complementary color
Monochromatic Colors of #EEC34F
Black with #EEC34F
Text Example
Text Example
White with #EEC34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC34F; }
p { color: rgb(238,195,79); }
H1.HeaderClassName
{
color: #EEC34F;
}
.AnyTagClassName
{
color: #EEC34F;
}
</style>
background-color css
<style>
a { background-color: #EEC34F; }
a { background-color: rgb(238,195,79); }
div.DivClassName
{
background-color: #EEC34F;
}
.BgClassName
{
background-color: #EEC34F;
}
</style>
border-color css
<style>
span { border-color: #EEC34F; }
span { border-color: rgb(238,195,79); }
td.TdClassName
{
border-color: #EEC34F;
}
.TagClassName
{
border-color: #EEC34F;
}
</style>