Shades of Confetti #E4CC3A
Tints of Confetti #E4CC3A
RGB
CMYK
RGB Variations
Color information
#E4CC3A (or 0xE4CC3A) is known color: Confetti. HEX triplet: E4, CC and 3A. RGB value is (228,204,58). Sum of RGB (Red+Green+Blue) = 228+204+58=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4CC3A is #1B33C5. Grayscale: #C3C3C3. Windows color (decimal): -1782726 or 3853540. OLE color: 3853540.
HSL color Cylindrical-coordinate representation of color #E4CC3A: hue angle of 51.53º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E4CC3A is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 204 | 58 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.11 |
| HSL | 51.53º | 0.76% | 0.56% | - |
| HSV(B) | 51.53º | 0.75% | 0.89% | - |
| XYZ | 54.35 | 59.99 | 12.72 | - |
| YUV | 194.53 | 50.95 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 204 | 58 | 0 | 0.11 | 0.75 | 0.11 | 51.53 | 0.76 | 0.56 |
| Hex | E4 | CC | 3A | 0 | B | 4B | B | 34 | 4C | 38 |
| Octal | 344 | 314 | 72 | 0 | 13 | 113 | 13 | 64 | 114 | 70 |
| Binary | 11100100 | 11001100 | 111010 | 0 | 1011 | 1001011 | 1011 | 110100 | 1001100 | 111000 |
Color Harmonies of #E4CC3A
Complementary color
Monochromatic Colors of #E4CC3A
Black with #E4CC3A
Text Example
Text Example
White with #E4CC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CC3A; }
p { color: rgb(228,204,58); }
H1.HeaderClassName
{
color: #E4CC3A;
}
.AnyTagClassName
{
color: #E4CC3A;
}
</style>
background-color css
<style>
a { background-color: #E4CC3A; }
a { background-color: rgb(228,204,58); }
div.DivClassName
{
background-color: #E4CC3A;
}
.BgClassName
{
background-color: #E4CC3A;
}
</style>
border-color css
<style>
span { border-color: #E4CC3A; }
span { border-color: rgb(228,204,58); }
td.TdClassName
{
border-color: #E4CC3A;
}
.TagClassName
{
border-color: #E4CC3A;
}
</style>