#E1D420

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

Shades of Broom #E1D420

Tints of Broom #E1D420

Color information

#E1D420 (or 0xE1D420) is unknown color: approx Broom. HEX triplet: E1, D4 and 20. RGB value is (225,212,32). Sum of RGB (Red+Green+Blue) = 225+212+32=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D420 is #1E2BDF. Grayscale: #C4C4C4. Windows color (decimal): -1977312 or 2151649. OLE color: 2151649.

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

Color convert

RGB22521232-
CMYK00.060.860.12
HSL55.96º76.28%50.39%-
HSV(B)55.96º85.78%88.24%-
XYZ54.8663.210.67-
YUV195.3735.81149.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.97%
GREEN value IS 212 (83.20% from 255) = 45.20%
BLUE value IS 32 (12.89% from 255) = 6.82%
R=47.97%
G=45.20%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252123200.060.860.1255.9676.2850.39
HexE1D4200656C384c32
Octal3413244006126147011462
Binary11100001110101001000000110101011011001110001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D420; }

 p { color: rgb(225,212,32); }

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

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

 a { background-color: rgb(225,212,32); }

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

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

 span { border-color: rgb(225,212,32); }

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