Html Css Color HEX #E8D004 Gold

📋 copy color: '#E8D004'

red 232 ◦ green 208 ◦ blue 4

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

Shades of Gold #E8D004

Tints of Gold #E8D004

RGB

 RED value IS 232 (91.02% from 255) = 52.25%

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

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

R = 52.25%
G = 46.85%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E8D004 (or 0xE8D004) is known color: Gold. HEX triplet: E8, D0 and 04. RGB value is (232,208,4). Sum of RGB (Red+Green+Blue) = 232+208+4=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 4 (1.95% from 255 or 0.90% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D004 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D004 is #172FFB. Grayscale: #C0C0C0. Windows color (decimal): -1519612 or 315624. OLE color: 315624.

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

Color convert

RGB 232 208 4 -
CMYK 0 0.10 0.98 0.09
HSL 53.68º 0.97% 0.46% -
HSV(B) 53.68º 0.98% 0.91% -
XYZ 55.86 62.28 9.19 -
YUV 191.92 21.95 156.59 -
System Red Green Blue C M Y K H S L
Decimal 232 208 4 0 0.10 0.98 0.09 53.68 0.97 0.46
Hex E8 D0 4 0 A 62 9 36 61 2E
Octal 350 320 4 0 12 142 11 66 141 56
Binary 11101000 11010000 100 0 1010 1100010 1001 110110 1100001 101110

Color Harmonies of #E8D004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D004

Black with #E8D004

Text Example


Text Example

White with #E8D004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D004; }

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

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

background-color css

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

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

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

border-color css

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

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

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