#EBCB15

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

Shades of Moon Yellow #EBCB15

Tints of Moon Yellow #EBCB15

Color information

#EBCB15 (or 0xEBCB15) is unknown color: approx Moon Yellow. HEX triplet: EB, CB and 15. RGB value is (235,203,21). Sum of RGB (Red+Green+Blue) = 235+203+21=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 21 (8.59% from 255 or 4.58% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCB15 is #1434EA. Grayscale: #C0C0C0. Windows color (decimal): -1324267 or 1428459. OLE color: 1428459.

HSL color Cylindrical-coordinate representation of color #EBCB15: hue angle of 51.03º 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 #EBCB15 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB23520321-
CMYK00.140.910.08
HSL51.03º84.25%50.2%-
HSV(B)51.03º91.06%92.16%-
XYZ55.7560.439.43-
YUV191.8231.6158.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.20%
GREEN value IS 203 (79.69% from 255) = 44.23%
BLUE value IS 21 (8.59% from 255) = 4.58%
R=51.20%
G=44.23%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352032100.140.910.0851.0384.2550.2
HexEBCB150E5B8335432
Octal35331325016133106312462
Binary11101011110010111010101110101101110001100111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCB15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCB15; }

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

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

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

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

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

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

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

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