Shades of Cream Can #ECC34E
Tints of Cream Can #ECC34E
RGB
CMYK
RGB Variations
Color information
#ECC34E (or 0xECC34E) is known color: Cream Can. HEX triplet: EC, C3 and 4E. RGB value is (236,195,78). Sum of RGB (Red+Green+Blue) = 236+195+78=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 78 (30.86% from 255 or 15.32% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC34E is #133CB1. Grayscale: #C2C2C2. Windows color (decimal): -1260722 or 5161964. OLE color: 5161964.
HSL color Cylindrical-coordinate representation of color #ECC34E: hue angle of 44.43º 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 #ECC34E is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 78 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.07 |
| HSL | 44.43º | 0.81% | 0.62% | - |
| HSV(B) | 44.43º | 0.67% | 0.93% | - |
| XYZ | 55.48 | 57.41 | 15.37 | - |
| YUV | 193.92 | 62.58 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 78 | 0 | 0.17 | 0.67 | 0.07 | 44.43 | 0.81 | 0.62 |
| Hex | EC | C3 | 4E | 0 | 11 | 43 | 7 | 2C | 51 | 3E |
| Octal | 354 | 303 | 116 | 0 | 21 | 103 | 7 | 54 | 121 | 76 |
| Binary | 11101100 | 11000011 | 1001110 | 0 | 10001 | 1000011 | 111 | 101100 | 1010001 | 111110 |
Color Harmonies of #ECC34E
Complementary color
Monochromatic Colors of #ECC34E
Black with #ECC34E
Text Example
Text Example
White with #ECC34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC34E; }
p { color: rgb(236,195,78); }
H1.HeaderClassName
{
color: #ECC34E;
}
.AnyTagClassName
{
color: #ECC34E;
}
</style>
background-color css
<style>
a { background-color: #ECC34E; }
a { background-color: rgb(236,195,78); }
div.DivClassName
{
background-color: #ECC34E;
}
.BgClassName
{
background-color: #ECC34E;
}
</style>
border-color css
<style>
span { border-color: #ECC34E; }
span { border-color: rgb(236,195,78); }
td.TdClassName
{
border-color: #ECC34E;
}
.TagClassName
{
border-color: #ECC34E;
}
</style>