Html Css Color HEX #E8D204 Gold

📋 copy color: '#E8D204'

red 232 ◦ green 210 ◦ blue 4

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

Shades of Gold #E8D204

Tints of Gold #E8D204

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.09%

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

R = 52.02%
G = 47.09%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E8D204 (or 0xE8D204) is known color: Gold. HEX triplet: E8, D2 and 04. RGB value is (232,210,4). Sum of RGB (Red+Green+Blue) = 232+210+4=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 4 (1.95% from 255 or 0.90% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D204 is #172DFB. Grayscale: #C1C1C1. Windows color (decimal): -1519100 or 316136. OLE color: 316136.

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

Color convert

RGB 232 210 4 -
CMYK 0 0.09 0.98 0.09
HSL 54.21º 0.97% 0.46% -
HSV(B) 54.21º 0.98% 0.91% -
XYZ 56.35 63.26 9.36 -
YUV 193.09 21.29 155.75 -
System Red Green Blue C M Y K H S L
Decimal 232 210 4 0 0.09 0.98 0.09 54.21 0.97 0.46
Hex E8 D2 4 0 9 62 9 36 61 2E
Octal 350 322 4 0 11 142 11 66 141 56
Binary 11101000 11010010 100 0 1001 1100010 1001 110110 1100001 101110

Color Harmonies of #E8D204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D204

Black with #E8D204

Text Example


Text Example

White with #E8D204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D204; }

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

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

background-color css

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

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

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

border-color css

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

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

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