#EBCB0F

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

Shades of Moon Yellow #EBCB0F

Tints of Moon Yellow #EBCB0F

Color information

#EBCB0F (or 0xEBCB0F) is unknown color: approx Moon Yellow. HEX triplet: EB, CB and 0F. RGB value is (235,203,15). Sum of RGB (Red+Green+Blue) = 235+203+15=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 15 (6.25% from 255 or 3.31% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCB0F is #1434F0. Grayscale: #BFBFBF. Windows color (decimal): -1324273 or 1035243. OLE color: 1035243.

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

Color convert

RGB23520315-
CMYK00.140.940.08
HSL51.27º88%49.02%-
HSV(B)51.27º93.62%92.16%-
XYZ55.760.419.18-
YUV191.1428.6159.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.88%
GREEN value IS 203 (79.69% from 255) = 44.81%
BLUE value IS 15 (6.25% from 255) = 3.31%
R=51.88%
G=44.81%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352031500.140.940.0851.278849.02
HexEBCBF0E5E8335831
Octal35331317016136106313061
Binary1110101111001011111101110101111010001100111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCB0F; }

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

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

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

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

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

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

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

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