#E1D31F

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

Shades of Broom #E1D31F

Tints of Broom #E1D31F

Color information

#E1D31F (or 0xE1D31F) is unknown color: approx Broom. HEX triplet: E1, D3 and 1F. RGB value is (225,211,31). Sum of RGB (Red+Green+Blue) = 225+211+31=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 31 (12.5% from 255 or 6.64% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D31F is #1E2CE0. Grayscale: #C3C3C3. Windows color (decimal): -1977569 or 2085857. OLE color: 2085857.

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

Color convert

RGB22521131-
CMYK00.060.860.12
HSL55.67º76.38%50.2%-
HSV(B)55.67º86.22%88.24%-
XYZ54.5962.710.52-
YUV194.6735.64149.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.18%
GREEN value IS 211 (82.81% from 255) = 45.18%
BLUE value IS 31 (12.5% from 255) = 6.64%
R=48.18%
G=45.18%
B=6.64%

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
Decimal2252113100.060.860.1255.6776.3850.2
HexE1D31F0656C384c32
Octal3413233706126147011462
Binary1110000111010011111110110101011011001110001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D31F; }

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

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

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

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

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

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

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

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