#E0C24B

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

Shades of Confetti #E0C24B

Tints of Confetti #E0C24B

Color information

#E0C24B (or 0xE0C24B) is unknown color: approx Confetti. HEX triplet: E0, C2 and 4B. RGB value is (224,194,75). Sum of RGB (Red+Green+Blue) = 224+194+75=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C24B is #1F3DB4. Grayscale: #BDBDBD. Windows color (decimal): -2047413 or 4965088. OLE color: 4965088.

HSL color Cylindrical-coordinate representation of color #E0C24B: hue angle of 47.92º 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 #E0C24B is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB22419475-
CMYK00.130.670.12
HSL47.92º70.62%58.63%-
HSV(B)47.92º66.52%87.84%-
XYZ51.354.9414.56-
YUV189.463.44152.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 194 (76.17% from 255) = 39.35%
BLUE value IS 75 (29.69% from 255) = 15.21%
R=45.44%
G=39.35%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241947500.130.670.1247.9270.6258.63
HexE0C24B0D43C30473b
Octal340302113015103146010773
Binary1110000011000010100101101101100001111001100001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C24B; }

 p { color: rgb(224,194,75); }

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

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

 a { background-color: rgb(224,194,75); }

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

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

 span { border-color: rgb(224,194,75); }

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