#EDD124

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

Shades of Broom #EDD124

Tints of Broom #EDD124

Color information

#EDD124 (or 0xEDD124) is unknown color: approx Broom. HEX triplet: ED, D1 and 24. RGB value is (237,209,36). Sum of RGB (Red+Green+Blue) = 237+209+36=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 36 (14.45% from 255 or 7.47% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD124 is #122EDB. Grayscale: #C6C6C6. Windows color (decimal): -1191644 or 2413037. OLE color: 2413037.

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

Color convert

RGB23720936-
CMYK00.120.850.07
HSL51.64º84.81%53.53%-
HSV(B)51.64º84.81%92.94%-
XYZ58.0463.7310.91-
YUV197.6536.78156.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.17%
GREEN value IS 209 (82.03% from 255) = 43.36%
BLUE value IS 36 (14.45% from 255) = 7.47%
R=49.17%
G=43.36%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372093600.120.850.0751.6484.8153.53
HexEDD1240C557345536
Octal3553214401412576412566
Binary11101101110100011001000110010101011111101001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD124; }

 p { color: rgb(237,209,36); }

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

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

 a { background-color: rgb(237,209,36); }

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

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

 span { border-color: rgb(237,209,36); }

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