Html Css Color HEX #EDC720 Moon Yellow

📋 copy color: '#EDC720'

red 237 ◦ green 199 ◦ blue 32

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

Shades of Moon Yellow #EDC720

Tints of Moon Yellow #EDC720

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.52%

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

R = 50.64%
G = 42.52%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDC720 (or 0xEDC720) is known color: Moon Yellow. HEX triplet: ED, C7 and 20. RGB value is (237,199,32). Sum of RGB (Red+Green+Blue) = 237+199+32=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC720 is #1238DF. Grayscale: #C0C0C0. Windows color (decimal): -1194208 or 2148333. OLE color: 2148333.

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

Color convert

RGB 237 199 32 -
CMYK 0 0.16 0.86 0.07
HSL 48.88º 0.85% 0.53% -
HSV(B) 48.88º 0.86% 0.93% -
XYZ 55.61 58.96 9.82 -
YUV 191.32 38.09 160.58 -
System Red Green Blue C M Y K H S L
Decimal 237 199 32 0 0.16 0.86 0.07 48.88 0.85 0.53
Hex ED C7 20 0 10 56 7 31 55 35
Octal 355 307 40 0 20 126 7 61 125 65
Binary 11101101 11000111 100000 0 10000 1010110 111 110001 1010101 110101

Color Harmonies of #EDC720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC720

Black with #EDC720

Text Example


Text Example

White with #EDC720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC720; }

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

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

background-color css

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

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

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

border-color css

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

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

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