#ECBC1C

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

Shades of Moon Yellow #ECBC1C

Tints of Moon Yellow #ECBC1C

Color information

#ECBC1C (or 0xECBC1C) is unknown color: approx Moon Yellow. HEX triplet: EC, BC and 1C. RGB value is (236,188,28). Sum of RGB (Red+Green+Blue) = 236+188+28=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 28 (11.33% from 255 or 6.19% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC1C is #1343E3. Grayscale: #B8B8B8. Windows color (decimal): -1262564 or 1883372. OLE color: 1883372.

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

Color convert

RGB23618828-
CMYK00.200.880.07
HSL46.15º84.55%51.76%-
HSV(B)46.15º88.14%92.55%-
XYZ52.7853.888.72-
YUV184.1139.9165.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.21%
GREEN value IS 188 (73.83% from 255) = 41.59%
BLUE value IS 28 (11.33% from 255) = 6.19%
R=52.21%
G=41.59%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361882800.200.880.0746.1584.5551.76
HexECBC1C0145872e5534
Octal3542743402413075612564
Binary11101100101111001110001010010110001111011101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBC1C; }

 p { color: rgb(236,188,28); }

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

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

 a { background-color: rgb(236,188,28); }

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

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

 span { border-color: rgb(236,188,28); }

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