Html Css Color HEX #E1D901 Golden Yellow

📋 copy color: '#E1D901'

red 225 ◦ green 217 ◦ blue 1

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

Shades of Golden Yellow #E1D901

Tints of Golden Yellow #E1D901

RGB

 RED value IS 225 (88.28% from 255) = 50.79%

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 50.79%
G = 48.98%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E1D901 (or 0xE1D901) is known color: Golden Yellow. HEX triplet: E1, D9 and 01. RGB value is (225,217,1). Sum of RGB (Red+Green+Blue) = 225+217+1=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 1 (0.78% from 255 or 0.23% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D901 is #1E26FE. Grayscale: #C3C3C3. Windows color (decimal): -1976063 or 121313. OLE color: 121313.

HSL color Cylindrical-coordinate representation of color #E1D901: hue angle of 57.86º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1D901 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 217 1 -
CMYK 0 0.04 1.00 0.12
HSL 57.86º 0.99% 0.44% -
HSV(B) 57.86º 1% 0.88% -
XYZ 55.87 65.64 9.75 -
YUV 194.77 18.65 149.56 -
System Red Green Blue C M Y K H S L
Decimal 225 217 1 0 0.04 1.00 0.12 57.86 0.99 0.44
Hex E1 D9 1 0 4 64 C 3A 63 2C
Octal 341 331 1 0 4 144 14 72 143 54
Binary 11100001 11011001 1 0 100 1100100 1100 111010 1100011 101100

Color Harmonies of #E1D901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D901

Black with #E1D901

Text Example


Text Example

White with #E1D901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D901; }

 p { color: rgb(225,217,1); }

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

background-color css

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

 a { background-color: rgb(225,217,1); }

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

border-color css

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

 span { border-color: rgb(225,217,1); }

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