#EDC40D

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

Shades of Moon Yellow #EDC40D

Tints of Moon Yellow #EDC40D

Color information

#EDC40D (or 0xEDC40D) is unknown color: approx Moon Yellow. HEX triplet: ED, C4 and 0D. RGB value is (237,196,13). Sum of RGB (Red+Green+Blue) = 237+196+13=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC40D is #123BF2. Grayscale: #BCBCBC. Windows color (decimal): -1194995 or 902381. OLE color: 902381.

HSL color Cylindrical-coordinate representation of color #EDC40D: hue angle of 49.02º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDC40D is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB23719613-
CMYK00.170.950.07
HSL49.02º89.6%49.02%-
HSV(B)49.02º94.51%92.94%-
XYZ54.7457.518.6-
YUV187.429.58163.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.14%
GREEN value IS 196 (76.95% from 255) = 43.95%
BLUE value IS 13 (5.47% from 255) = 2.91%
R=53.14%
G=43.95%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371961300.170.950.0749.0289.649.02
HexEDC4D0115F7315a31
Octal3553041502113776113261
Binary1110110111000100110101000110111111111100011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC40D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC40D; }

 p { color: rgb(237,196,13); }

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

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

 a { background-color: rgb(237,196,13); }

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

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

 span { border-color: rgb(237,196,13); }

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