#EDD024

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

Shades of Broom #EDD024

Tints of Broom #EDD024

Color information

#EDD024 (or 0xEDD024) is unknown color: approx Broom. HEX triplet: ED, D0 and 24. RGB value is (237,208,36). Sum of RGB (Red+Green+Blue) = 237+208+36=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 36 (14.45% from 255 or 7.48% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD024 is #122FDB. Grayscale: #C5C5C5. Windows color (decimal): -1191900 or 2412781. OLE color: 2412781.

HSL color Cylindrical-coordinate representation of color #EDD024: hue angle of 51.34º 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 #EDD024 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB23720836-
CMYK00.120.850.07
HSL51.34º84.81%53.53%-
HSV(B)51.34º84.81%92.94%-
XYZ57.863.2410.83-
YUV197.0637.11156.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.27%
GREEN value IS 208 (81.64% from 255) = 43.24%
BLUE value IS 36 (14.45% from 255) = 7.48%
R=49.27%
G=43.24%
B=7.48%

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
Decimal2372083600.120.850.0751.3484.8153.53
HexEDD0240C557335536
Octal3553204401412576312566
Binary11101101110100001001000110010101011111100111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD024; }

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

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

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

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

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

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

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

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