#EDC812

Color #EDC812 Moon Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Yellow #EDC812

Tints of Moon Yellow #EDC812

Color information

#EDC812 (or 0xEDC812) is unknown color: approx Moon Yellow. HEX triplet: ED, C8 and 12. RGB value is (237,200,18). Sum of RGB (Red+Green+Blue) = 237+200+18=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 18 (7.42% from 255 or 3.96% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC812 is #1237ED. Grayscale: #BFBFBF. Windows color (decimal): -1193966 or 1231085. OLE color: 1231085.

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

Color convert

RGB23720018-
CMYK00.160.920.07
HSL49.86º85.88%50%-
HSV(B)49.86º92.41%92.94%-
XYZ55.6959.369.09-
YUV190.3130.76161.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.09%
GREEN value IS 200 (78.52% from 255) = 43.96%
BLUE value IS 18 (7.42% from 255) = 3.96%
R=52.09%
G=43.96%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372001800.160.920.0749.8685.8850
HexEDC8120105C7325632
Octal3553102202013476212662
Binary11101101110010001001001000010111001111100101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC812; }

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

 H1.HeaderClassName
 {
   color: #EDC812;
 }
 .AnyTagClassName
 {
   color: #EDC812;
 }
</style>
background-color css

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

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

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

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

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

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