#E0C849

Color #E0C849 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #E0C849

Tints of Confetti #E0C849

Color information

#E0C849 (or 0xE0C849) is unknown color: approx Confetti. HEX triplet: E0, C8 and 49. RGB value is (224,200,73). Sum of RGB (Red+Green+Blue) = 224+200+73=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C849 is #1F37B6. Grayscale: #C1C1C1. Windows color (decimal): -2045879 or 4835552. OLE color: 4835552.

HSL color Cylindrical-coordinate representation of color #E0C849: hue angle of 50.46º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0C849 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB22420073-
CMYK00.110.670.12
HSL50.46º70.89%58.24%-
HSV(B)50.46º67.41%87.84%-
XYZ52.657.6414.66-
YUV192.760.45150.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 45.07%
GREEN value IS 200 (78.52% from 255) = 40.24%
BLUE value IS 73 (28.91% from 255) = 14.69%
R=45.07%
G=40.24%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242007300.110.670.1250.4670.8958.24
HexE0C8490B43C32473a
Octal340310111013103146210772
Binary1110000011001000100100101011100001111001100101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C849; }

 p { color: rgb(224,200,73); }

 H1.HeaderClassName
 {
   color: #E0C849;
 }
 .AnyTagClassName
 {
   color: #E0C849;
 }
</style>
background-color css

<style>
 a { background-color: #E0C849; }

 a { background-color: rgb(224,200,73); }

 div.DivClassName
 {
   background-color: #E0C849;
 }
 .BgClassName
 {
   background-color: #E0C849;
 }
</style>
border-color css

<style>
 span { border-color: #E0C849; }

 span { border-color: rgb(224,200,73); }

 td.TdClassName
 {
   border-color: #E0C849;
 }
 .TagClassName
 {
   border-color: #E0C849;
 }
</style>