Html Css Color HEX #E2D404 Gold

📋 copy color: '#E2D404'

red 226 ◦ green 212 ◦ blue 4

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

Shades of Gold #E2D404

Tints of Gold #E2D404

RGB

 RED value IS 226 (88.67% from 255) = 51.13%

 GREEN value IS 212 (83.2% from 255) = 47.96%

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

R = 51.13%
G = 47.96%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E2D404 (or 0xE2D404) is known color: Gold. HEX triplet: E2, D4 and 04. RGB value is (226,212,4). Sum of RGB (Red+Green+Blue) = 226+212+4=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 4 (1.95% from 255 or 0.90% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D404 is #1D2BFB. Grayscale: #C1C1C1. Windows color (decimal): -1911804 or 316642. OLE color: 316642.

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

Color convert

RGB 226 212 4 -
CMYK 0 0.06 0.98 0.11
HSL 56.22º 0.97% 0.45% -
HSV(B) 56.22º 0.98% 0.89% -
XYZ 54.93 63.26 9.43 -
YUV 192.47 21.64 151.91 -
System Red Green Blue C M Y K H S L
Decimal 226 212 4 0 0.06 0.98 0.11 56.22 0.97 0.45
Hex E2 D4 4 0 6 62 B 38 61 2D
Octal 342 324 4 0 6 142 13 70 141 55
Binary 11100010 11010100 100 0 110 1100010 1011 111000 1100001 101101

Color Harmonies of #E2D404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D404

Black with #E2D404

Text Example


Text Example

White with #E2D404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D404; }

 p { color: rgb(226,212,4); }

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

background-color css

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

 a { background-color: rgb(226,212,4); }

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

border-color css

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

 span { border-color: rgb(226,212,4); }

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