Html Css Color HEX #EDC116 Moon Yellow

📋 copy color: '#EDC116'

red 237 ◦ green 193 ◦ blue 22

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

Shades of Moon Yellow #EDC116

Tints of Moon Yellow #EDC116

RGB

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

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

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

R = 52.43%
G = 42.7%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDC116 (or 0xEDC116) is known color: Moon Yellow. HEX triplet: ED, C1 and 16. RGB value is (237,193,22). Sum of RGB (Red+Green+Blue) = 237+193+22=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC116 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC116 is #123EE9. Grayscale: #BBBBBB. Windows color (decimal): -1195754 or 1491437. OLE color: 1491437.

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

Color convert

RGB 237 193 22 -
CMYK 0 0.19 0.91 0.07
HSL 47.72º 0.86% 0.51% -
HSV(B) 47.72º 0.91% 0.93% -
XYZ 54.14 56.2 8.75 -
YUV 186.66 35.08 163.9 -
System Red Green Blue C M Y K H S L
Decimal 237 193 22 0 0.19 0.91 0.07 47.72 0.86 0.51
Hex ED C1 16 0 13 5B 7 30 56 33
Octal 355 301 26 0 23 133 7 60 126 63
Binary 11101101 11000001 10110 0 10011 1011011 111 110000 1010110 110011

Color Harmonies of #EDC116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC116

Black with #EDC116

Text Example


Text Example

White with #EDC116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC116; }

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

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

background-color css

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

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

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

border-color css

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

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

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