Shades of Cream Can #ECC34F
Tints of Cream Can #ECC34F
RGB
CMYK
RGB Variations
Color information
#ECC34F (or 0xECC34F) is known color: Cream Can. HEX triplet: EC, C3 and 4F. RGB value is (236,195,79). Sum of RGB (Red+Green+Blue) = 236+195+79=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 79 (31.25% from 255 or 15.49% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC34F is #133CB0. Grayscale: #C2C2C2. Windows color (decimal): -1260721 or 5227500. OLE color: 5227500.
HSL color Cylindrical-coordinate representation of color #ECC34F: hue angle of 44.33º degrees, saturation: 0.81, 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 #ECC34F is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 79 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.07 |
| HSL | 44.33º | 0.81% | 0.62% | - |
| HSV(B) | 44.33º | 0.67% | 0.93% | - |
| XYZ | 55.52 | 57.43 | 15.56 | - |
| YUV | 194.04 | 63.08 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 79 | 0 | 0.17 | 0.67 | 0.07 | 44.33 | 0.81 | 0.62 |
| Hex | EC | C3 | 4F | 0 | 11 | 43 | 7 | 2C | 51 | 3E |
| Octal | 354 | 303 | 117 | 0 | 21 | 103 | 7 | 54 | 121 | 76 |
| Binary | 11101100 | 11000011 | 1001111 | 0 | 10001 | 1000011 | 111 | 101100 | 1010001 | 111110 |
Color Harmonies of #ECC34F
Complementary color
Monochromatic Colors of #ECC34F
Black with #ECC34F
Text Example
Text Example
White with #ECC34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC34F; }
p { color: rgb(236,195,79); }
H1.HeaderClassName
{
color: #ECC34F;
}
.AnyTagClassName
{
color: #ECC34F;
}
</style>
background-color css
<style>
a { background-color: #ECC34F; }
a { background-color: rgb(236,195,79); }
div.DivClassName
{
background-color: #ECC34F;
}
.BgClassName
{
background-color: #ECC34F;
}
</style>
border-color css
<style>
span { border-color: #ECC34F; }
span { border-color: rgb(236,195,79); }
td.TdClassName
{
border-color: #ECC34F;
}
.TagClassName
{
border-color: #ECC34F;
}
</style>