Html Css Color HEX #E2D904 Golden Yellow

📋 copy color: '#E2D904'

red 226 ◦ green 217 ◦ blue 4

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

Shades of Golden Yellow #E2D904

Tints of Golden Yellow #E2D904

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.55%

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

R = 50.56%
G = 48.55%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E2D904 (or 0xE2D904) is known color: Golden Yellow. HEX triplet: E2, D9 and 04. RGB value is (226,217,4). Sum of RGB (Red+Green+Blue) = 226+217+4=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 4 (1.95% from 255 or 0.89% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D904 is #1D26FB. Grayscale: #C4C4C4. Windows color (decimal): -1910524 or 317922. OLE color: 317922.

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

Color convert

RGB 226 217 4 -
CMYK 0 0.04 0.98 0.11
HSL 57.57º 0.97% 0.45% -
HSV(B) 57.57º 0.98% 0.89% -
XYZ 56.2 65.8 9.85 -
YUV 195.41 19.98 149.82 -
System Red Green Blue C M Y K H S L
Decimal 226 217 4 0 0.04 0.98 0.11 57.57 0.97 0.45
Hex E2 D9 4 0 4 62 B 3A 61 2D
Octal 342 331 4 0 4 142 13 72 141 55
Binary 11100010 11011001 100 0 100 1100010 1011 111010 1100001 101101

Color Harmonies of #E2D904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D904

Black with #E2D904

Text Example


Text Example

White with #E2D904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D904; }

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

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

background-color css

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

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

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

border-color css

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

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

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