#EBC815

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

Shades of Moon Yellow #EBC815

Tints of Moon Yellow #EBC815

Color information

#EBC815 (or 0xEBC815) is unknown color: approx Moon Yellow. HEX triplet: EB, C8 and 15. RGB value is (235,200,21). Sum of RGB (Red+Green+Blue) = 235+200+21=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 21 (8.59% from 255 or 4.61% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC815 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC815 is #1437EA. Grayscale: #BEBEBE. Windows color (decimal): -1325035 or 1427691. OLE color: 1427691.

HSL color Cylindrical-coordinate representation of color #EBC815: hue angle of 50.19º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EBC815 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB23520021-
CMYK00.150.910.08
HSL50.19º84.25%50.2%-
HSV(B)50.19º91.06%92.16%-
XYZ55.0559.029.2-
YUV190.0632.6160.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.54%
GREEN value IS 200 (78.52% from 255) = 43.86%
BLUE value IS 21 (8.59% from 255) = 4.61%
R=51.54%
G=43.86%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352002100.150.910.0850.1984.2550.2
HexEBC8150F5B8325432
Octal35331025017133106212462
Binary11101011110010001010101111101101110001100101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC815; }

 p { color: rgb(235,200,21); }

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

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

 a { background-color: rgb(235,200,21); }

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

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

 span { border-color: rgb(235,200,21); }

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