#E9D314

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

Shades of Broom #E9D314

Tints of Broom #E9D314

Color information

#E9D314 (or 0xE9D314) is unknown color: approx Broom. HEX triplet: E9, D3 and 14. RGB value is (233,211,20). Sum of RGB (Red+Green+Blue) = 233+211+20=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D314 is #162CEB. Grayscale: #C4C4C4. Windows color (decimal): -1453292 or 1364969. OLE color: 1364969.

HSL color Cylindrical-coordinate representation of color #E9D314: hue angle of 53.8º 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 #E9D314 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB23321120-
CMYK00.090.910.09
HSL53.8º84.19%49.61%-
HSV(B)53.8º91.42%91.37%-
XYZ57.0263.9610-
YUV195.828.79154.53-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.22%
GREEN value IS 211 (82.81% from 255) = 45.47%
BLUE value IS 20 (8.20% from 255) = 4.31%
R=50.22%
G=45.47%
B=4.31%

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
Decimal2332112000.090.910.0953.884.1949.61
HexE9D314095B9365432
Octal35132324011133116612462
Binary11101001110100111010001001101101110011101101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D314; }

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

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

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

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

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

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

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

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