#EBBC0D

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

Shades of Moon Yellow #EBBC0D

Tints of Moon Yellow #EBBC0D

Color information

#EBBC0D (or 0xEBBC0D) is unknown color: approx Moon Yellow. HEX triplet: EB, BC and 0D. RGB value is (235,188,13). Sum of RGB (Red+Green+Blue) = 235+188+13=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBC0D is #1443F2. Grayscale: #B6B6B6. Windows color (decimal): -1328115 or 900331. OLE color: 900331.

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

Color convert

RGB23518813-
CMYK00.20.940.08
HSL47.3º89.52%48.63%-
HSV(B)47.3º94.47%92.16%-
XYZ52.3253.667.98-
YUV182.132.57165.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.90%
GREEN value IS 188 (73.83% from 255) = 43.12%
BLUE value IS 13 (5.47% from 255) = 2.98%
R=53.90%
G=43.12%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351881300.20.940.0847.389.5248.63
HexEBBCD0145E82f5a31
Octal35327415024136105713261
Binary11101011101111001101010100101111010001011111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBC0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBC0D; }

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

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

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

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

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

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

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

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