#ECBA0F

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

Shades of Moon Yellow #ECBA0F

Tints of Moon Yellow #ECBA0F

Color information

#ECBA0F (or 0xECBA0F) is unknown color: approx Moon Yellow. HEX triplet: EC, BA and 0F. RGB value is (236,186,15). Sum of RGB (Red+Green+Blue) = 236+186+15=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBA0F is #1345F0. Grayscale: #B6B6B6. Windows color (decimal): -1263089 or 1030892. OLE color: 1030892.

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

Color convert

RGB23618615-
CMYK00.210.940.07
HSL46.43º88.05%49.22%-
HSV(B)46.43º93.64%92.55%-
XYZ52.2452.997.93-
YUV181.4634.06166.9-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.00%
GREEN value IS 186 (73.05% from 255) = 42.56%
BLUE value IS 15 (6.25% from 255) = 3.43%
R=54.00%
G=42.56%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361861500.210.940.0746.4388.0549.22
HexECBAF0155E72e5831
Octal3542721702513675613061
Binary1110110010111010111101010110111101111011101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBA0F; }

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

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

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

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

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

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

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

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