#E0C94E

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

Shades of Confetti #E0C94E

Tints of Confetti #E0C94E

Color information

#E0C94E (or 0xE0C94E) is unknown color: approx Confetti. HEX triplet: E0, C9 and 4E. RGB value is (224,201,78). Sum of RGB (Red+Green+Blue) = 224+201+78=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 78 (30.86% from 255 or 15.51% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C94E is #1F36B1. Grayscale: #C2C2C2. Windows color (decimal): -2045618 or 5163488. OLE color: 5163488.

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

Color convert

RGB22420178-
CMYK00.100.650.12
HSL50.55º70.19%59.22%-
HSV(B)50.55º65.18%87.84%-
XYZ5358.1715.64-
YUV193.8662.62149.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 201 (78.91% from 255) = 39.96%
BLUE value IS 78 (30.86% from 255) = 15.51%
R=44.53%
G=39.96%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242017800.100.650.1250.5570.1959.22
HexE0C94E0A41C33463b
Octal340311116012101146310673
Binary1110000011001001100111001010100000111001100111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C94E; }

 p { color: rgb(224,201,78); }

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

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

 a { background-color: rgb(224,201,78); }

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

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

 span { border-color: rgb(224,201,78); }

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