#EBD004

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

Shades of Gold #EBD004

Tints of Gold #EBD004

Color information

#EBD004 (or 0xEBD004) is unknown color: approx Gold. HEX triplet: EB, D0 and 04. RGB value is (235,208,4). Sum of RGB (Red+Green+Blue) = 235+208+4=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 4 (1.95% from 255 or 0.89% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD004 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBD004 is #142FFB. Grayscale: #C1C1C1. Windows color (decimal): -1323004 or 315627. OLE color: 315627.

HSL color Cylindrical-coordinate representation of color #EBD004: hue angle of 52.99º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EBD004 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB2352084-
CMYK00.110.980.08
HSL52.99º96.65%46.86%-
HSV(B)52.99º98.3%92.16%-
XYZ56.8462.789.24-
YUV192.8221.45158.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.57%
GREEN value IS 208 (81.64% from 255) = 46.53%
BLUE value IS 4 (1.95% from 255) = 0.89%
R=52.57%
G=46.53%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235208400.110.980.0852.9996.6546.86
HexEBD040B62835612f
Octal3533204013142106514157
Binary111010111101000010001011110001010001101011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD004; }

 p { color: rgb(235,208,4); }

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

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

 a { background-color: rgb(235,208,4); }

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

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

 span { border-color: rgb(235,208,4); }

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