Html Css Color HEX #E5D004 Gold

📋 copy color: '#E5D004'

red 229 ◦ green 208 ◦ blue 4

#E5D004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold #E5D004

Tints of Gold #E5D004

RGB

 RED value IS 229 (89.84% from 255) = 51.93%

 GREEN value IS 208 (81.64% from 255) = 47.17%

 BLUE value IS 4 (1.95% from 255) = 0.91%

R = 51.93%
G = 47.17%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E5D004 (or 0xE5D004) is known color: Gold. HEX triplet: E5, D0 and 04. RGB value is (229,208,4). Sum of RGB (Red+Green+Blue) = 229+208+4=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 4 (1.95% from 255 or 0.91% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D004 is #1A2FFB. Grayscale: #BFBFBF. Windows color (decimal): -1716220 or 315621. OLE color: 315621.

HSL color Cylindrical-coordinate representation of color #E5D004: hue angle of 54.4º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5D004 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 208 4 -
CMYK 0 0.09 0.98 0.10
HSL 54.4º 0.97% 0.46% -
HSV(B) 54.4º 0.98% 0.9% -
XYZ 54.89 61.78 9.15 -
YUV 191.02 22.46 155.09 -
System Red Green Blue C M Y K H S L
Decimal 229 208 4 0 0.09 0.98 0.10 54.4 0.97 0.46
Hex E5 D0 4 0 9 62 A 36 61 2E
Octal 345 320 4 0 11 142 12 66 141 56
Binary 11100101 11010000 100 0 1001 1100010 1010 110110 1100001 101110

Color Harmonies of #E5D004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D004

Black with #E5D004

Text Example


Text Example

White with #E5D004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D004; }

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

 H1.HeaderClassName
 {
   color: #E5D004;
 }
 .AnyTagClassName
 {
   color: #E5D004;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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