#E1D320

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

Shades of Broom #E1D320

Tints of Broom #E1D320

Color information

#E1D320 (or 0xE1D320) is unknown color: approx Broom. HEX triplet: E1, D3 and 20. RGB value is (225,211,32). Sum of RGB (Red+Green+Blue) = 225+211+32=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D320 is #1E2CDF. Grayscale: #C3C3C3. Windows color (decimal): -1977568 or 2151393. OLE color: 2151393.

HSL color Cylindrical-coordinate representation of color #E1D320: hue angle of 55.65º 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 #E1D320 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB22521132-
CMYK00.060.860.12
HSL55.65º76.28%50.39%-
HSV(B)55.65º85.78%88.24%-
XYZ54.6162.710.59-
YUV194.7836.14149.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.08%
GREEN value IS 211 (82.81% from 255) = 45.09%
BLUE value IS 32 (12.89% from 255) = 6.84%
R=48.08%
G=45.09%
B=6.84%

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
Decimal2252113200.060.860.1255.6576.2850.39
HexE1D3200656C384c32
Octal3413234006126147011462
Binary11100001110100111000000110101011011001110001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D320; }

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

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

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

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

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

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

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

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