#e9d414

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

Shades of Broom #E9D414

Tints of Broom #E9D414

Color information

#E9D414 (or 0xE9D414) is unknown color: approx Broom. HEX triplet: E9, D4 and 14. RGB value is (233,212,20). Sum of RGB (Red+Green+Blue) = 233+212+20=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D414 is #162BEB. Grayscale: #C5C5C5. Windows color (decimal): -1453036 or 1365225. OLE color: 1365225.

HSL color Cylindrical-coordinate representation of color #E9D414: hue angle of 54.08º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9D414 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB23321220-
CMYK00.090.910.09
HSL54.08º84.19%49.61%-
HSV(B)54.08º91.42%91.37%-
XYZ57.2764.4610.09-
YUV196.3928.46154.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.11%
GREEN value IS 212 (83.20% from 255) = 45.59%
BLUE value IS 20 (8.20% from 255) = 4.30%
R=50.11%
G=45.59%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332122000.090.910.0954.0884.1949.61
HexE9D414095B9365432
Octal35132424011133116612462
Binary11101001110101001010001001101101110011101101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9d414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9d414; }

 p { color: rgb(233,212,20); }

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

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

 a { background-color: rgb(233,212,20); }

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

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

 span { border-color: rgb(233,212,20); }

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