Html Css Color HEX #EDC716 Moon Yellow

📋 copy color: '#EDC716'

red 237 ◦ green 199 ◦ blue 22

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

Shades of Moon Yellow #EDC716

Tints of Moon Yellow #EDC716

RGB

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

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

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

R = 51.75%
G = 43.45%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDC716 (or 0xEDC716) is known color: Moon Yellow. HEX triplet: ED, C7 and 16. RGB value is (237,199,22). Sum of RGB (Red+Green+Blue) = 237+199+22=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 22 (8.98% from 255 or 4.80% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC716 is #1238E9. Grayscale: #BEBEBE. Windows color (decimal): -1194218 or 1492973. OLE color: 1492973.

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

Color convert

RGB 237 199 22 -
CMYK 0 0.16 0.91 0.07
HSL 49.4º 0.86% 0.51% -
HSV(B) 49.4º 0.91% 0.93% -
XYZ 55.49 58.91 9.2 -
YUV 190.18 33.09 161.39 -
System Red Green Blue C M Y K H S L
Decimal 237 199 22 0 0.16 0.91 0.07 49.4 0.86 0.51
Hex ED C7 16 0 10 5B 7 31 56 33
Octal 355 307 26 0 20 133 7 61 126 63
Binary 11101101 11000111 10110 0 10000 1011011 111 110001 1010110 110011

Color Harmonies of #EDC716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC716

Black with #EDC716

Text Example


Text Example

White with #EDC716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC716; }

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

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

background-color css

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

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

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

border-color css

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

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

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