Shades of Confetti #E0CC4B
Tints of Confetti #E0CC4B
RGB
CMYK
RGB Variations
Color information
#E0CC4B (or 0xE0CC4B) is known color: Confetti. HEX triplet: E0, CC and 4B. RGB value is (224,204,75). Sum of RGB (Red+Green+Blue) = 224+204+75=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CC4B is #1F33B4. Grayscale: #C3C3C3. Windows color (decimal): -2044853 or 4967648. OLE color: 4967648.
HSL color Cylindrical-coordinate representation of color #E0CC4B: hue angle of 51.95º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0CC4B is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 75 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.12 |
| HSL | 51.95º | 0.71% | 0.59% | - |
| HSV(B) | 51.95º | 0.67% | 0.88% | - |
| XYZ | 53.6 | 59.54 | 15.32 | - |
| YUV | 195.27 | 60.13 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 75 | 0 | 0.09 | 0.67 | 0.12 | 51.95 | 0.71 | 0.59 |
| Hex | E0 | CC | 4B | 0 | 9 | 43 | C | 34 | 47 | 3B |
| Octal | 340 | 314 | 113 | 0 | 11 | 103 | 14 | 64 | 107 | 73 |
| Binary | 11100000 | 11001100 | 1001011 | 0 | 1001 | 1000011 | 1100 | 110100 | 1000111 | 111011 |
Color Harmonies of #E0CC4B
Complementary color
Monochromatic Colors of #E0CC4B
Black with #E0CC4B
Text Example
Text Example
White with #E0CC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CC4B; }
p { color: rgb(224,204,75); }
H1.HeaderClassName
{
color: #E0CC4B;
}
.AnyTagClassName
{
color: #E0CC4B;
}
</style>
background-color css
<style>
a { background-color: #E0CC4B; }
a { background-color: rgb(224,204,75); }
div.DivClassName
{
background-color: #E0CC4B;
}
.BgClassName
{
background-color: #E0CC4B;
}
</style>
border-color css
<style>
span { border-color: #E0CC4B; }
span { border-color: rgb(224,204,75); }
td.TdClassName
{
border-color: #E0CC4B;
}
.TagClassName
{
border-color: #E0CC4B;
}
</style>