#ECB60E

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

Shades of Moon Yellow #ECB60E

Tints of Moon Yellow #ECB60E

Color information

#ECB60E (or 0xECB60E) is unknown color: approx Moon Yellow. HEX triplet: EC, B6 and 0E. RGB value is (236,182,14). Sum of RGB (Red+Green+Blue) = 236+182+14=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 14 (5.86% from 255 or 3.24% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB60E is #1349F1. Grayscale: #B3B3B3. Windows color (decimal): -1264114 or 964332. OLE color: 964332.

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

Color convert

RGB23618214-
CMYK00.230.940.07
HSL45.41º88.8%49.02%-
HSV(B)45.41º94.07%92.55%-
XYZ51.451.327.61-
YUV178.9934.89168.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.63%
GREEN value IS 182 (71.48% from 255) = 42.13%
BLUE value IS 14 (5.86% from 255) = 3.24%
R=54.63%
G=42.13%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361821400.230.940.0745.4188.849.02
HexECB6E0175E72d5931
Octal3542661602713675513161
Binary1110110010110110111001011110111101111011011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB60E; }

 p { color: rgb(236,182,14); }

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

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

 a { background-color: rgb(236,182,14); }

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

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

 span { border-color: rgb(236,182,14); }

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