#E0CC44

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

Shades of Confetti #E0CC44

Tints of Confetti #E0CC44

Color information

#E0CC44 (or 0xE0CC44) is unknown color: approx Confetti. HEX triplet: E0, CC and 44. RGB value is (224,204,68). Sum of RGB (Red+Green+Blue) = 224+204+68=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 68 (26.95% from 255 or 13.71% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CC44 is #1F33BB. Grayscale: #C3C3C3. Windows color (decimal): -2044860 or 4508896. OLE color: 4508896.

HSL color Cylindrical-coordinate representation of color #E0CC44: hue angle of 52.31º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E0CC44 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB22420468-
CMYK00.090.700.12
HSL52.31º71.56%57.25%-
HSV(B)52.31º69.64%87.84%-
XYZ53.3859.4514.13-
YUV194.4856.63149.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 204 (80.08% from 255) = 41.13%
BLUE value IS 68 (26.95% from 255) = 13.71%
R=45.16%
G=41.13%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242046800.090.700.1252.3171.5657.25
HexE0CC440946C344839
Octal340314104011106146411071
Binary1110000011001100100010001001100011011001101001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CC44; }

 p { color: rgb(224,204,68); }

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

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

 a { background-color: rgb(224,204,68); }

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

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

 span { border-color: rgb(224,204,68); }

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