Shades of Cream Can #ECC35A
Tints of Cream Can #ECC35A
RGB
CMYK
RGB Variations
Color information
#ECC35A (or 0xECC35A) is known color: Cream Can. HEX triplet: EC, C3 and 5A. RGB value is (236,195,90). Sum of RGB (Red+Green+Blue) = 236+195+90=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC35A is #133CA5. Grayscale: #C3C3C3. Windows color (decimal): -1260710 or 5948396. OLE color: 5948396.
HSL color Cylindrical-coordinate representation of color #ECC35A: hue angle of 43.15º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECC35A is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 90 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.07 |
| HSL | 43.15º | 0.79% | 0.64% | - |
| HSV(B) | 43.15º | 0.62% | 0.93% | - |
| XYZ | 55.95 | 57.6 | 17.84 | - |
| YUV | 195.29 | 68.58 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 90 | 0 | 0.17 | 0.62 | 0.07 | 43.15 | 0.79 | 0.64 |
| Hex | EC | C3 | 5A | 0 | 11 | 3E | 7 | 2B | 4F | 40 |
| Octal | 354 | 303 | 132 | 0 | 21 | 76 | 7 | 53 | 117 | 100 |
| Binary | 11101100 | 11000011 | 1011010 | 0 | 10001 | 111110 | 111 | 101011 | 1001111 | 1000000 |
Color Harmonies of #ECC35A
Complementary color
Monochromatic Colors of #ECC35A
Black with #ECC35A
Text Example
Text Example
White with #ECC35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC35A; }
p { color: rgb(236,195,90); }
H1.HeaderClassName
{
color: #ECC35A;
}
.AnyTagClassName
{
color: #ECC35A;
}
</style>
background-color css
<style>
a { background-color: #ECC35A; }
a { background-color: rgb(236,195,90); }
div.DivClassName
{
background-color: #ECC35A;
}
.BgClassName
{
background-color: #ECC35A;
}
</style>
border-color css
<style>
span { border-color: #ECC35A; }
span { border-color: rgb(236,195,90); }
td.TdClassName
{
border-color: #ECC35A;
}
.TagClassName
{
border-color: #ECC35A;
}
</style>