Html Css Color HEX #E8D304 Gold

📋 copy color: '#E8D304'

red 232 ◦ green 211 ◦ blue 4

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

Shades of Gold #E8D304

Tints of Gold #E8D304

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.2%

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

R = 51.9%
G = 47.2%
B = 0.89%

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

#E8D304 (or 0xE8D304) is known color: Gold. HEX triplet: E8, D3 and 04. RGB value is (232,211,4). Sum of RGB (Red+Green+Blue) = 232+211+4=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 4 (1.95% from 255 or 0.89% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D304 is #172CFB. Grayscale: #C2C2C2. Windows color (decimal): -1518844 or 316392. OLE color: 316392.

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

Color convert

RGB 232 211 4 -
CMYK 0 0.09 0.98 0.09
HSL 54.47º 0.97% 0.46% -
HSV(B) 54.47º 0.98% 0.91% -
XYZ 56.59 63.75 9.44 -
YUV 193.68 20.96 155.33 -
System Red Green Blue C M Y K H S L
Decimal 232 211 4 0 0.09 0.98 0.09 54.47 0.97 0.46
Hex E8 D3 4 0 9 62 9 36 61 2E
Octal 350 323 4 0 11 142 11 66 141 56
Binary 11101000 11010011 100 0 1001 1100010 1001 110110 1100001 101110

Color Harmonies of #E8D304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D304

Black with #E8D304

Text Example


Text Example

White with #E8D304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D304; }

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

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

background-color css

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

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

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

border-color css

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

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

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