Html Css Color HEX #EDC516 Moon Yellow

📋 copy color: '#EDC516'

red 237 ◦ green 197 ◦ blue 22

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

Shades of Moon Yellow #EDC516

Tints of Moon Yellow #EDC516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.82%

R = 51.97%
G = 43.2%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDC516 (or 0xEDC516) is known color: Moon Yellow. HEX triplet: ED, C5 and 16. RGB value is (237,197,22). Sum of RGB (Red+Green+Blue) = 237+197+22=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC516 is #123AE9. Grayscale: #BDBDBD. Windows color (decimal): -1194730 or 1492461. OLE color: 1492461.

HSL color Cylindrical-coordinate representation of color #EDC516: hue angle of 48.84º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDC516 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 197 22 -
CMYK 0 0.17 0.91 0.07
HSL 48.84º 0.86% 0.51% -
HSV(B) 48.84º 0.91% 0.93% -
XYZ 55.04 57.99 9.05 -
YUV 189.01 33.75 162.23 -
System Red Green Blue C M Y K H S L
Decimal 237 197 22 0 0.17 0.91 0.07 48.84 0.86 0.51
Hex ED C5 16 0 11 5B 7 31 56 33
Octal 355 305 26 0 21 133 7 61 126 63
Binary 11101101 11000101 10110 0 10001 1011011 111 110001 1010110 110011

Color Harmonies of #EDC516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC516

Black with #EDC516

Text Example


Text Example

White with #EDC516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC516; }

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

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

background-color css

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

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

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

border-color css

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

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

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