#E0C34C

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

Shades of Confetti #E0C34C

Tints of Confetti #E0C34C

Color information

#E0C34C (or 0xE0C34C) is unknown color: approx Confetti. HEX triplet: E0, C3 and 4C. RGB value is (224,195,76). Sum of RGB (Red+Green+Blue) = 224+195+76=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C34C is #1F3CB3. Grayscale: #BEBEBE. Windows color (decimal): -2047156 or 5030880. OLE color: 5030880.

HSL color Cylindrical-coordinate representation of color #E0C34C: hue angle of 48.24º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0C34C is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22419576-
CMYK00.130.660.12
HSL48.24º70.48%58.82%-
HSV(B)48.24º66.07%87.84%-
XYZ51.5655.414.81-
YUV190.163.61152.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.25%
GREEN value IS 195 (76.56% from 255) = 39.39%
BLUE value IS 76 (30.08% from 255) = 15.35%
R=45.25%
G=39.39%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241957600.130.660.1248.2470.4858.82
HexE0C34C0D42C30463b
Octal340303114015102146010673
Binary1110000011000011100110001101100001011001100001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C34C; }

 p { color: rgb(224,195,76); }

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

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

 a { background-color: rgb(224,195,76); }

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

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

 span { border-color: rgb(224,195,76); }

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