#EDC11C

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

Shades of Moon Yellow #EDC11C

Tints of Moon Yellow #EDC11C

Color information

#EDC11C (or 0xEDC11C) is unknown color: approx Moon Yellow. HEX triplet: ED, C1 and 1C. RGB value is (237,193,28). Sum of RGB (Red+Green+Blue) = 237+193+28=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 28 (11.33% from 255 or 6.11% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC11C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC11C is #123EE3. Grayscale: #BCBCBC. Windows color (decimal): -1195748 or 1884653. OLE color: 1884653.

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

Color convert

RGB23719328-
CMYK00.190.880.07
HSL47.37º85.31%51.96%-
HSV(B)47.37º88.19%92.94%-
XYZ54.256.239.09-
YUV187.3538.08163.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.75%
GREEN value IS 193 (75.78% from 255) = 42.14%
BLUE value IS 28 (11.33% from 255) = 6.11%
R=51.75%
G=42.14%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371932800.190.880.0747.3785.3151.96
HexEDC11C0135872f5534
Octal3553013402313075712564
Binary11101101110000011110001001110110001111011111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC11C; }

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

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

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

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

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

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

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

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