Html Css Color HEX #EDC220 Moon Yellow

📋 copy color: '#EDC220'

red 237 ◦ green 194 ◦ blue 32

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

Shades of Moon Yellow #EDC220

Tints of Moon Yellow #EDC220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.9%

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

R = 51.19%
G = 41.9%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDC220 (or 0xEDC220) is known color: Moon Yellow. HEX triplet: ED, C2 and 20. RGB value is (237,194,32). Sum of RGB (Red+Green+Blue) = 237+194+32=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 32 (12.89% from 255 or 6.91% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC220 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC220 is #123DDF. Grayscale: #BDBDBD. Windows color (decimal): -1195488 or 2147053. OLE color: 2147053.

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

Color convert

RGB 237 194 32 -
CMYK 0 0.18 0.86 0.07
HSL 47.41º 0.85% 0.53% -
HSV(B) 47.41º 0.86% 0.93% -
XYZ 54.48 56.69 9.44 -
YUV 188.39 39.75 162.67 -
System Red Green Blue C M Y K H S L
Decimal 237 194 32 0 0.18 0.86 0.07 47.41 0.85 0.53
Hex ED C2 20 0 12 56 7 2F 55 35
Octal 355 302 40 0 22 126 7 57 125 65
Binary 11101101 11000010 100000 0 10010 1010110 111 101111 1010101 110101

Color Harmonies of #EDC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC220

Black with #EDC220

Text Example


Text Example

White with #EDC220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC220; }

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

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

background-color css

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

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

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

border-color css

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

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

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