#ECBC0F

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

Shades of Moon Yellow #ECBC0F

Tints of Moon Yellow #ECBC0F

Color information

#ECBC0F (or 0xECBC0F) is unknown color: approx Moon Yellow. HEX triplet: EC, BC and 0F. RGB value is (236,188,15). Sum of RGB (Red+Green+Blue) = 236+188+15=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 15 (6.25% from 255 or 3.42% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBC0F is #1343F0. Grayscale: #B7B7B7. Windows color (decimal): -1262577 or 1031404. OLE color: 1031404.

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

Color convert

RGB23618815-
CMYK00.200.940.07
HSL46.97º88.05%49.22%-
HSV(B)46.97º93.64%92.55%-
XYZ52.6653.838.07-
YUV182.6333.4166.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.76%
GREEN value IS 188 (73.83% from 255) = 42.82%
BLUE value IS 15 (6.25% from 255) = 3.42%
R=53.76%
G=42.82%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361881500.200.940.0746.9788.0549.22
HexECBCF0145E72f5831
Octal3542741702413675713061
Binary1110110010111100111101010010111101111011111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBC0F; }

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

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

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

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

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

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

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

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