Shades of Confetti #E4CC46
Tints of Confetti #E4CC46
RGB
CMYK
RGB Variations
Color information
#E4CC46 (or 0xE4CC46) is known color: Confetti. HEX triplet: E4, CC and 46. RGB value is (228,204,70). Sum of RGB (Red+Green+Blue) = 228+204+70=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 70 (27.73% from 255 or 13.94% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4CC46 is #1B33B9. Grayscale: #C4C4C4. Windows color (decimal): -1782714 or 4639972. OLE color: 4639972.
HSL color Cylindrical-coordinate representation of color #E4CC46: hue angle of 50.89º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E4CC46 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 204 | 70 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.11 |
| HSL | 50.89º | 0.75% | 0.58% | - |
| HSV(B) | 50.89º | 0.69% | 0.89% | - |
| XYZ | 54.69 | 60.12 | 14.52 | - |
| YUV | 195.9 | 56.95 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 204 | 70 | 0 | 0.11 | 0.69 | 0.11 | 50.89 | 0.75 | 0.58 |
| Hex | E4 | CC | 46 | 0 | B | 45 | B | 33 | 4B | 3A |
| Octal | 344 | 314 | 106 | 0 | 13 | 105 | 13 | 63 | 113 | 72 |
| Binary | 11100100 | 11001100 | 1000110 | 0 | 1011 | 1000101 | 1011 | 110011 | 1001011 | 111010 |
Color Harmonies of #E4CC46
Complementary color
Monochromatic Colors of #E4CC46
Black with #E4CC46
Text Example
Text Example
White with #E4CC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CC46; }
p { color: rgb(228,204,70); }
H1.HeaderClassName
{
color: #E4CC46;
}
.AnyTagClassName
{
color: #E4CC46;
}
</style>
background-color css
<style>
a { background-color: #E4CC46; }
a { background-color: rgb(228,204,70); }
div.DivClassName
{
background-color: #E4CC46;
}
.BgClassName
{
background-color: #E4CC46;
}
</style>
border-color css
<style>
span { border-color: #E4CC46; }
span { border-color: rgb(228,204,70); }
td.TdClassName
{
border-color: #E4CC46;
}
.TagClassName
{
border-color: #E4CC46;
}
</style>