Html Css Color HEX #EDD420 Broom

📋 copy color: '#EDD420'

red 237 ◦ green 212 ◦ blue 32

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

Shades of Broom #EDD420

Tints of Broom #EDD420

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.07%

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

R = 49.27%
G = 44.07%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDD420 (or 0xEDD420) is known color: Broom. HEX triplet: ED, D4 and 20. RGB value is (237,212,32). Sum of RGB (Red+Green+Blue) = 237+212+32=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 32 (12.89% from 255 or 6.65% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD420 is #122BDF. Grayscale: #C7C7C7. Windows color (decimal): -1190880 or 2151661. OLE color: 2151661.

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

Color convert

RGB 237 212 32 -
CMYK 0 0.11 0.86 0.07
HSL 52.68º 0.85% 0.53% -
HSV(B) 52.68º 0.86% 0.93% -
XYZ 58.73 65.2 10.86 -
YUV 198.96 33.78 155.14 -
System Red Green Blue C M Y K H S L
Decimal 237 212 32 0 0.11 0.86 0.07 52.68 0.85 0.53
Hex ED D4 20 0 B 56 7 35 55 35
Octal 355 324 40 0 13 126 7 65 125 65
Binary 11101101 11010100 100000 0 1011 1010110 111 110101 1010101 110101

Color Harmonies of #EDD420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD420

Black with #EDD420

Text Example


Text Example

White with #EDD420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD420; }

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

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

background-color css

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

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

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

border-color css

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

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

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