#EDC511

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

Shades of Moon Yellow #EDC511

Tints of Moon Yellow #EDC511

Color information

#EDC511 (or 0xEDC511) is unknown color: approx Moon Yellow. HEX triplet: ED, C5 and 11. RGB value is (237,197,17). Sum of RGB (Red+Green+Blue) = 237+197+17=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 17 (7.03% from 255 or 3.77% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC511 is #123AEE. Grayscale: #BDBDBD. Windows color (decimal): -1194735 or 1164781. OLE color: 1164781.

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

Color convert

RGB23719717-
CMYK00.170.930.07
HSL49.09º86.61%49.8%-
HSV(B)49.09º92.83%92.94%-
XYZ54.9957.988.82-
YUV188.4431.25162.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.55%
GREEN value IS 197 (77.34% from 255) = 43.68%
BLUE value IS 17 (7.03% from 255) = 3.77%
R=52.55%
G=43.68%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371971700.170.930.0749.0986.6149.8
HexEDC5110115D7315732
Octal3553052102113576112762
Binary11101101110001011000101000110111011111100011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC511; }

 p { color: rgb(237,197,17); }

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

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

 a { background-color: rgb(237,197,17); }

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

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

 span { border-color: rgb(237,197,17); }

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