Html Css Color HEX #EDC112 Moon Yellow

📋 copy color: '#EDC112'

red 237 ◦ green 193 ◦ blue 18

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

Shades of Moon Yellow #EDC112

Tints of Moon Yellow #EDC112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.02%

R = 52.9%
G = 43.08%
B = 4.02%

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

#EDC112 (or 0xEDC112) is known color: Moon Yellow. HEX triplet: ED, C1 and 12. RGB value is (237,193,18). Sum of RGB (Red+Green+Blue) = 237+193+18=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC112 is #123EED. Grayscale: #BABABA. Windows color (decimal): -1195758 or 1229293. OLE color: 1229293.

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

Color convert

RGB 237 193 18 -
CMYK 0 0.19 0.92 0.07
HSL 47.95º 0.86% 0.5% -
HSV(B) 47.95º 0.92% 0.93% -
XYZ 54.1 56.19 8.57 -
YUV 186.21 33.08 164.23 -
System Red Green Blue C M Y K H S L
Decimal 237 193 18 0 0.19 0.92 0.07 47.95 0.86 0.5
Hex ED C1 12 0 13 5C 7 30 56 32
Octal 355 301 22 0 23 134 7 60 126 62
Binary 11101101 11000001 10010 0 10011 1011100 111 110000 1010110 110010

Color Harmonies of #EDC112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC112

Black with #EDC112

Text Example


Text Example

White with #EDC112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC112; }

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

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

background-color css

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

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

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

border-color css

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

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

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