#EBC00D

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

Shades of Moon Yellow #EBC00D

Tints of Moon Yellow #EBC00D

Color information

#EBC00D (or 0xEBC00D) is unknown color: approx Moon Yellow. HEX triplet: EB, C0 and 0D. RGB value is (235,192,13). Sum of RGB (Red+Green+Blue) = 235+192+13=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC00D is #143FF2. Grayscale: #B9B9B9. Windows color (decimal): -1327091 or 901355. OLE color: 901355.

HSL color Cylindrical-coordinate representation of color #EBC00D: hue angle of 48.38º degrees, saturation: 0.9, 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 #EBC00D is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB23519213-
CMYK00.180.940.08
HSL48.38º89.52%48.63%-
HSV(B)48.38º94.47%92.16%-
XYZ53.1855.398.27-
YUV184.4531.25164.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.41%
GREEN value IS 192 (75.39% from 255) = 43.64%
BLUE value IS 13 (5.47% from 255) = 2.95%
R=53.41%
G=43.64%
B=2.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351921300.180.940.0848.3889.5248.63
HexEBC0D0125E8305a31
Octal35330015022136106013261
Binary11101011110000001101010010101111010001100001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC00D; }

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

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

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

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

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

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

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

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