Html Css Color HEX #EDC120 Moon Yellow

📋 copy color: '#EDC120'

red 237 ◦ green 193 ◦ blue 32

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

Shades of Moon Yellow #EDC120

Tints of Moon Yellow #EDC120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.77%

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

R = 51.3%
G = 41.77%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDC120 (or 0xEDC120) is known color: Moon Yellow. HEX triplet: ED, C1 and 20. RGB value is (237,193,32). Sum of RGB (Red+Green+Blue) = 237+193+32=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 32 (12.89% from 255 or 6.93% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC120 is #123EDF. Grayscale: #BCBCBC. Windows color (decimal): -1195744 or 2146797. OLE color: 2146797.

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

Color convert

RGB 237 193 32 -
CMYK 0 0.19 0.86 0.07
HSL 47.12º 0.85% 0.53% -
HSV(B) 47.12º 0.86% 0.93% -
XYZ 54.26 56.25 9.36 -
YUV 187.8 40.08 163.09 -
System Red Green Blue C M Y K H S L
Decimal 237 193 32 0 0.19 0.86 0.07 47.12 0.85 0.53
Hex ED C1 20 0 13 56 7 2F 55 35
Octal 355 301 40 0 23 126 7 57 125 65
Binary 11101101 11000001 100000 0 10011 1010110 111 101111 1010101 110101

Color Harmonies of #EDC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC120

Black with #EDC120

Text Example


Text Example

White with #EDC120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC120; }

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

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

background-color css

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

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

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

border-color css

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

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

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