Html Css Color HEX #EDC113 Moon Yellow

📋 copy color: '#EDC113'

red 237 ◦ green 193 ◦ blue 19

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

Shades of Moon Yellow #EDC113

Tints of Moon Yellow #EDC113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.23%

R = 52.78%
G = 42.98%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDC113 (or 0xEDC113) is known color: Moon Yellow. HEX triplet: ED, C1 and 13. RGB value is (237,193,19). Sum of RGB (Red+Green+Blue) = 237+193+19=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 19 (7.81% from 255 or 4.23% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC113 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC113 is #123EEC. Grayscale: #BBBBBB. Windows color (decimal): -1195757 or 1294829. OLE color: 1294829.

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

Color convert

RGB 237 193 19 -
CMYK 0 0.19 0.92 0.07
HSL 47.89º 0.86% 0.5% -
HSV(B) 47.89º 0.92% 0.93% -
XYZ 54.11 56.19 8.61 -
YUV 186.32 33.58 164.15 -
System Red Green Blue C M Y K H S L
Decimal 237 193 19 0 0.19 0.92 0.07 47.89 0.86 0.5
Hex ED C1 13 0 13 5C 7 30 56 32
Octal 355 301 23 0 23 134 7 60 126 62
Binary 11101101 11000001 10011 0 10011 1011100 111 110000 1010110 110010

Color Harmonies of #EDC113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC113

Black with #EDC113

Text Example


Text Example

White with #EDC113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC113; }

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

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

background-color css

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

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

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

border-color css

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

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

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