#E0D051

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

Shades of Confetti #E0D051

Tints of Confetti #E0D051

Color information

#E0D051 (or 0xE0D051) is unknown color: approx Confetti. HEX triplet: E0, D0 and 51. RGB value is (224,208,81). Sum of RGB (Red+Green+Blue) = 224+208+81=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 81 (32.03% from 255 or 15.79% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D051 is #1F2FAE. Grayscale: #C6C6C6. Windows color (decimal): -2043823 or 5361888. OLE color: 5361888.

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

Color convert

RGB22420881-
CMYK00.070.640.12
HSL53.29º69.76%59.8%-
HSV(B)53.29º63.84%87.84%-
XYZ54.7861.5516.78-
YUV198.3161.8146.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.66%
GREEN value IS 208 (81.64% from 255) = 40.55%
BLUE value IS 81 (32.03% from 255) = 15.79%
R=43.66%
G=40.55%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242088100.070.640.1253.2969.7659.8
HexE0D0510740C35463c
Octal34032012107100146510674
Binary111000001101000010100010111100000011001101011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D051; }

 p { color: rgb(224,208,81); }

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

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

 a { background-color: rgb(224,208,81); }

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

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

 span { border-color: rgb(224,208,81); }

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