#e0d240

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

Shades of Confetti #E0D240

Tints of Confetti #E0D240

Color information

#E0D240 (or 0xE0D240) is unknown color: approx Confetti. HEX triplet: E0, D2 and 40. RGB value is (224,210,64). Sum of RGB (Red+Green+Blue) = 224+210+64=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D240 is #1F2DBF. Grayscale: #C6C6C6. Windows color (decimal): -2043328 or 4248288. OLE color: 4248288.

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

Color convert

RGB22421064-
CMYK00.060.710.12
HSL54.75º72.07%56.47%-
HSV(B)54.75º71.43%87.84%-
XYZ54.7162.3113.99-
YUV197.5452.64146.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.98%
GREEN value IS 210 (82.42% from 255) = 42.17%
BLUE value IS 64 (25.39% from 255) = 12.85%
R=44.98%
G=42.17%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242106400.060.710.1254.7572.0756.47
HexE0D2400647C374838
Octal34032210006107146711070
Binary111000001101001010000000110100011111001101111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0d240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0d240; }

 p { color: rgb(224,210,64); }

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

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

 a { background-color: rgb(224,210,64); }

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

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

 span { border-color: rgb(224,210,64); }

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