Html Css Color HEX #EDC012 Moon Yellow

📋 copy color: '#EDC012'

red 237 ◦ green 192 ◦ blue 18

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

Shades of Moon Yellow #EDC012

Tints of Moon Yellow #EDC012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.95%

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

R = 53.02%
G = 42.95%
B = 4.03%

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

#EDC012 (or 0xEDC012) is known color: Moon Yellow. HEX triplet: ED, C0 and 12. RGB value is (237,192,18). Sum of RGB (Red+Green+Blue) = 237+192+18=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC012 is #123FED. Grayscale: #BABABA. Windows color (decimal): -1196014 or 1229037. OLE color: 1229037.

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

Color convert

RGB 237 192 18 -
CMYK 0 0.19 0.92 0.07
HSL 47.67º 0.86% 0.5% -
HSV(B) 47.67º 0.92% 0.93% -
XYZ 53.88 55.75 8.49 -
YUV 185.62 33.41 164.65 -
System Red Green Blue C M Y K H S L
Decimal 237 192 18 0 0.19 0.92 0.07 47.67 0.86 0.5
Hex ED C0 12 0 13 5C 7 30 56 32
Octal 355 300 22 0 23 134 7 60 126 62
Binary 11101101 11000000 10010 0 10011 1011100 111 110000 1010110 110010

Color Harmonies of #EDC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC012

Black with #EDC012

Text Example


Text Example

White with #EDC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC012; }

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

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

background-color css

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

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

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

border-color css

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

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

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