#E0C14C

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

Shades of Confetti #E0C14C

Tints of Confetti #E0C14C

Color information

#E0C14C (or 0xE0C14C) is unknown color: approx Confetti. HEX triplet: E0, C1 and 4C. RGB value is (224,193,76). Sum of RGB (Red+Green+Blue) = 224+193+76=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C14C is #1F3EB3. Grayscale: #BDBDBD. Windows color (decimal): -2047668 or 5030368. OLE color: 5030368.

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

Color convert

RGB22419376-
CMYK00.140.660.12
HSL47.43º70.48%58.82%-
HSV(B)47.43º66.07%87.84%-
XYZ51.1154.5114.66-
YUV188.9364.27153.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 193 (75.78% from 255) = 39.15%
BLUE value IS 76 (30.08% from 255) = 15.42%
R=45.44%
G=39.15%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241937600.140.660.1247.4370.4858.82
HexE0C14C0E42C2f463b
Octal340301114016102145710673
Binary1110000011000001100110001110100001011001011111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C14C; }

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

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

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

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

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

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

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

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