#EBD50D

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

Shades of Gold #EBD50D

Tints of Gold #EBD50D

Color information

#EBD50D (or 0xEBD50D) is unknown color: approx Gold. HEX triplet: EB, D5 and 0D. RGB value is (235,213,13). Sum of RGB (Red+Green+Blue) = 235+213+13=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 13 (5.47% from 255 or 2.82% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBD50D is #142AF2. Grayscale: #C5C5C5. Windows color (decimal): -1321715 or 906731. OLE color: 906731.

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

Color convert

RGB23521313-
CMYK00.090.940.08
HSL54.05º89.52%48.63%-
HSV(B)54.05º94.47%92.16%-
XYZ58.1365.289.92-
YUV196.7824.29155.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.98%
GREEN value IS 213 (83.59% from 255) = 46.20%
BLUE value IS 13 (5.47% from 255) = 2.82%
R=50.98%
G=46.20%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352131300.090.940.0854.0589.5248.63
HexEBD5D095E8365a31
Octal35332515011136106613261
Binary1110101111010101110101001101111010001101101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD50D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD50D; }

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

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

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

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

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

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

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

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