#EBC011

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

Shades of Moon Yellow #EBC011

Tints of Moon Yellow #EBC011

Color information

#EBC011 (or 0xEBC011) is unknown color: approx Moon Yellow. HEX triplet: EB, C0 and 11. RGB value is (235,192,17). Sum of RGB (Red+Green+Blue) = 235+192+17=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 17 (7.03% from 255 or 3.83% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC011 is #143FEE. Grayscale: #B9B9B9. Windows color (decimal): -1327087 or 1163499. OLE color: 1163499.

HSL color Cylindrical-coordinate representation of color #EBC011: hue angle of 48.17º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EBC011 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB23519217-
CMYK00.180.930.08
HSL48.17º86.51%49.41%-
HSV(B)48.17º92.77%92.16%-
XYZ53.2155.48.42-
YUV184.9133.25163.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.93%
GREEN value IS 192 (75.39% from 255) = 43.24%
BLUE value IS 17 (7.03% from 255) = 3.83%
R=52.93%
G=43.24%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351921700.180.930.0848.1786.5149.41
HexEBC0110125D8305731
Octal35330021022135106012761
Binary111010111100000010001010010101110110001100001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC011; }

 p { color: rgb(235,192,17); }

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

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

 a { background-color: rgb(235,192,17); }

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

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

 span { border-color: rgb(235,192,17); }

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