#EDC61C

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

Shades of Moon Yellow #EDC61C

Tints of Moon Yellow #EDC61C

Color information

#EDC61C (or 0xEDC61C) is unknown color: approx Moon Yellow. HEX triplet: ED, C6 and 1C. RGB value is (237,198,28). Sum of RGB (Red+Green+Blue) = 237+198+28=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 28 (11.33% from 255 or 6.05% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC61C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC61C is #1239E3. Grayscale: #BFBFBF. Windows color (decimal): -1194468 or 1885933. OLE color: 1885933.

HSL color Cylindrical-coordinate representation of color #EDC61C: hue angle of 48.8º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDC61C is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB23719828-
CMYK00.160.880.07
HSL48.8º85.31%51.96%-
HSV(B)48.8º88.19%92.94%-
XYZ55.3358.489.47-
YUV190.2836.42161.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.19%
GREEN value IS 198 (77.73% from 255) = 42.76%
BLUE value IS 28 (11.33% from 255) = 6.05%
R=51.19%
G=42.76%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371982800.160.880.0748.885.3151.96
HexEDC61C010587315534
Octal3553063402013076112564
Binary11101101110001101110001000010110001111100011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC61C; }

 p { color: rgb(237,198,28); }

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

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

 a { background-color: rgb(237,198,28); }

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

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

 span { border-color: rgb(237,198,28); }

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