Html Css Color HEX #EDD620 Broom

📋 copy color: '#EDD620'

red 237 ◦ green 214 ◦ blue 32

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

Shades of Broom #EDD620

Tints of Broom #EDD620

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.31%

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

R = 49.07%
G = 44.31%
B = 6.63%

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

#EDD620 (or 0xEDD620) is known color: Broom. HEX triplet: ED, D6 and 20. RGB value is (237,214,32). Sum of RGB (Red+Green+Blue) = 237+214+32=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 32 (12.89% from 255 or 6.63% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD620 is #1229DF. Grayscale: #C8C8C8. Windows color (decimal): -1190368 or 2152173. OLE color: 2152173.

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

Color convert

RGB 237 214 32 -
CMYK 0 0.10 0.86 0.07
HSL 53.27º 0.85% 0.53% -
HSV(B) 53.27º 0.86% 0.93% -
XYZ 59.23 66.2 11.02 -
YUV 200.13 33.12 154.3 -
System Red Green Blue C M Y K H S L
Decimal 237 214 32 0 0.10 0.86 0.07 53.27 0.85 0.53
Hex ED D6 20 0 A 56 7 35 55 35
Octal 355 326 40 0 12 126 7 65 125 65
Binary 11101101 11010110 100000 0 1010 1010110 111 110101 1010101 110101

Color Harmonies of #EDD620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD620

Black with #EDD620

Text Example


Text Example

White with #EDD620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD620; }

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

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

background-color css

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

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

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

border-color css

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

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

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