Html Css Color HEX #EDC20D Moon Yellow

📋 copy color: '#EDC20D'

red 237 ◦ green 194 ◦ blue 13

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

Shades of Moon Yellow #EDC20D

Tints of Moon Yellow #EDC20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.93%

R = 53.38%
G = 43.69%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDC20D (or 0xEDC20D) is known color: Moon Yellow. HEX triplet: ED, C2 and 0D. RGB value is (237,194,13). Sum of RGB (Red+Green+Blue) = 237+194+13=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC20D is #123DF2. Grayscale: #BABABA. Windows color (decimal): -1195507 or 901869. OLE color: 901869.

HSL color Cylindrical-coordinate representation of color #EDC20D: hue angle of 48.48º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDC20D is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 194 13 -
CMYK 0 0.18 0.95 0.07
HSL 48.48º 0.9% 0.49% -
HSV(B) 48.48º 0.95% 0.93% -
XYZ 54.29 56.62 8.45 -
YUV 186.22 30.25 164.22 -
System Red Green Blue C M Y K H S L
Decimal 237 194 13 0 0.18 0.95 0.07 48.48 0.9 0.49
Hex ED C2 D 0 12 5F 7 30 5A 31
Octal 355 302 15 0 22 137 7 60 132 61
Binary 11101101 11000010 1101 0 10010 1011111 111 110000 1011010 110001

Color Harmonies of #EDC20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC20D

Black with #EDC20D

Text Example


Text Example

White with #EDC20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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