Html Css Color HEX #EDC520 Moon Yellow

📋 copy color: '#EDC520'

red 237 ◦ green 197 ◦ blue 32

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

Shades of Moon Yellow #EDC520

Tints of Moon Yellow #EDC520

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.27%

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

R = 50.86%
G = 42.27%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDC520 (or 0xEDC520) is known color: Moon Yellow. HEX triplet: ED, C5 and 20. RGB value is (237,197,32). Sum of RGB (Red+Green+Blue) = 237+197+32=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 32 (12.89% from 255 or 6.87% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC520 is #123ADF. Grayscale: #BEBEBE. Windows color (decimal): -1194720 or 2147821. OLE color: 2147821.

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

Color convert

RGB 237 197 32 -
CMYK 0 0.17 0.86 0.07
HSL 48.29º 0.85% 0.53% -
HSV(B) 48.29º 0.86% 0.93% -
XYZ 55.15 58.04 9.66 -
YUV 190.15 38.75 161.42 -
System Red Green Blue C M Y K H S L
Decimal 237 197 32 0 0.17 0.86 0.07 48.29 0.85 0.53
Hex ED C5 20 0 11 56 7 30 55 35
Octal 355 305 40 0 21 126 7 60 125 65
Binary 11101101 11000101 100000 0 10001 1010110 111 110000 1010101 110101

Color Harmonies of #EDC520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC520

Black with #EDC520

Text Example


Text Example

White with #EDC520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC520; }

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

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

background-color css

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

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

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

border-color css

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

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

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