#E1D11A

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

Shades of Broom #E1D11A

Tints of Broom #E1D11A

Color information

#E1D11A (or 0xE1D11A) is unknown color: approx Broom. HEX triplet: E1, D1 and 1A. RGB value is (225,209,26). Sum of RGB (Red+Green+Blue) = 225+209+26=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 26 (10.55% from 255 or 5.65% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D11A is #1E2EE5. Grayscale: #C1C1C1. Windows color (decimal): -1978086 or 1757665. OLE color: 1757665.

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

Color convert

RGB22520926-
CMYK00.070.880.12
HSL55.18º79.28%49.22%-
HSV(B)55.18º88.44%88.24%-
XYZ54.0461.6810.04-
YUV192.9233.8150.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.91%
GREEN value IS 209 (82.03% from 255) = 45.43%
BLUE value IS 26 (10.55% from 255) = 5.65%
R=48.91%
G=45.43%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252092600.070.880.1255.1879.2849.22
HexE1D11A0758C374f31
Octal3413213207130146711761
Binary1110000111010001110100111101100011001101111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D11A; }

 p { color: rgb(225,209,26); }

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

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

 a { background-color: rgb(225,209,26); }

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

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

 span { border-color: rgb(225,209,26); }

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