#E0C74D

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

Shades of Confetti #E0C74D

Tints of Confetti #E0C74D

Color information

#E0C74D (or 0xE0C74D) is unknown color: approx Confetti. HEX triplet: E0, C7 and 4D. RGB value is (224,199,77). Sum of RGB (Red+Green+Blue) = 224+199+77=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 77 (30.47% from 255 or 15.4% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C74D is #1F38B2. Grayscale: #C1C1C1. Windows color (decimal): -2046131 or 5097440. OLE color: 5097440.

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

Color convert

RGB22419977-
CMYK00.110.660.12
HSL49.8º70.33%59.02%-
HSV(B)49.8º65.62%87.84%-
XYZ52.557.2315.3-
YUV192.5762.78150.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.8%
GREEN value IS 199 (78.12% from 255) = 39.8%
BLUE value IS 77 (30.47% from 255) = 15.4%
R=44.8%
G=39.8%
B=15.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241997700.110.660.1249.870.3359.02
HexE0C74D0B42C32463b
Octal340307115013102146210673
Binary1110000011000111100110101011100001011001100101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C74D; }

 p { color: rgb(224,199,77); }

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

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

 a { background-color: rgb(224,199,77); }

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

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

 span { border-color: rgb(224,199,77); }

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