#EDD919

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

Shades of Broom #EDD919

Tints of Broom #EDD919

Color information

#EDD919 (or 0xEDD919) is unknown color: approx Broom. HEX triplet: ED, D9 and 19. RGB value is (237,217,25). Sum of RGB (Red+Green+Blue) = 237+217+25=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 25 (10.16% from 255 or 5.22% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD919 is #1226E6. Grayscale: #C9C9C9. Windows color (decimal): -1189607 or 1694189. OLE color: 1694189.

HSL color Cylindrical-coordinate representation of color #EDD919: hue angle of 54.34º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDD919 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB23721725-
CMYK00.080.890.07
HSL54.34º85.48%51.37%-
HSV(B)54.34º89.45%92.94%-
XYZ59.9167.710.83-
YUV201.0928.63153.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.48%
GREEN value IS 217 (85.16% from 255) = 45.30%
BLUE value IS 25 (10.16% from 255) = 5.22%
R=49.48%
G=45.30%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372172500.080.890.0754.3485.4851.37
HexEDD91908597365533
Octal3553313101013176612563
Binary1110110111011001110010100010110011111101101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD919; }

 p { color: rgb(237,217,25); }

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

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

 a { background-color: rgb(237,217,25); }

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

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

 span { border-color: rgb(237,217,25); }

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