#E0D33E

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

Shades of Confetti #E0D33E

Tints of Confetti #E0D33E

Color information

#E0D33E (or 0xE0D33E) is unknown color: approx Confetti. HEX triplet: E0, D3 and 3E. RGB value is (224,211,62). Sum of RGB (Red+Green+Blue) = 224+211+62=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 62 (24.61% from 255 or 12.47% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D33E is #1F2CC1. Grayscale: #C6C6C6. Windows color (decimal): -2043074 or 4117472. OLE color: 4117472.

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

Color convert

RGB22421162-
CMYK00.060.720.12
HSL55.19º72.32%56.08%-
HSV(B)55.19º72.32%87.84%-
XYZ54.962.7813.78-
YUV197.951.31146.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.07%
GREEN value IS 211 (82.81% from 255) = 42.45%
BLUE value IS 62 (24.61% from 255) = 12.47%
R=45.07%
G=42.45%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242116200.060.720.1255.1972.3256.08
HexE0D33E0648C374838
Octal3403237606110146711070
Binary11100000110100111111100110100100011001101111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D33E; }

 p { color: rgb(224,211,62); }

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

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

 a { background-color: rgb(224,211,62); }

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

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

 span { border-color: rgb(224,211,62); }

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