Html Css Color HEX #EDD520 Broom

📋 copy color: '#EDD520'

red 237 ◦ green 213 ◦ blue 32

#EDD520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Broom #EDD520

Tints of Broom #EDD520

RGB

 RED value IS 237 (92.97% from 255) = 49.17%

 GREEN value IS 213 (83.59% from 255) = 44.19%

 BLUE value IS 32 (12.89% from 255) = 6.64%

R = 49.17%
G = 44.19%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDD520 (or 0xEDD520) is known color: Broom. HEX triplet: ED, D5 and 20. RGB value is (237,213,32). Sum of RGB (Red+Green+Blue) = 237+213+32=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD520 is #122ADF. Grayscale: #C8C8C8. Windows color (decimal): -1190624 or 2151917. OLE color: 2151917.

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

Color convert

RGB 237 213 32 -
CMYK 0 0.10 0.86 0.07
HSL 52.98º 0.85% 0.53% -
HSV(B) 52.98º 0.86% 0.93% -
XYZ 58.98 65.7 10.94 -
YUV 199.54 33.45 154.72 -
System Red Green Blue C M Y K H S L
Decimal 237 213 32 0 0.10 0.86 0.07 52.98 0.85 0.53
Hex ED D5 20 0 A 56 7 35 55 35
Octal 355 325 40 0 12 126 7 65 125 65
Binary 11101101 11010101 100000 0 1010 1010110 111 110101 1010101 110101

Color Harmonies of #EDD520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD520

Black with #EDD520

Text Example


Text Example

White with #EDD520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD520; }

 p { color: rgb(237,213,32); }

 H1.HeaderClassName
 {
   color: #EDD520;
 }
 .AnyTagClassName
 {
   color: #EDD520;
 }
</style>

background-color css

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

 a { background-color: rgb(237,213,32); }

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

border-color css

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

 span { border-color: rgb(237,213,32); }

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