Html Css Color HEX #E1DC73 Goldenrod

📋 copy color: '#E1DC73'

red 225 ◦ green 220 ◦ blue 115

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

Shades of Goldenrod #E1DC73

Tints of Goldenrod #E1DC73

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.29%

 BLUE value IS 115 (45.31% from 255) = 20.54%

R = 40.18%
G = 39.29%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E1DC73 (or 0xE1DC73) is known color: Goldenrod. HEX triplet: E1, DC and 73. RGB value is (225,220,115). Sum of RGB (Red+Green+Blue) = 225+220+115=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 115 (45.31% from 255 or 20.54% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DC73 is #1E238C. Grayscale: #D1D1D1. Windows color (decimal): -1975181 or 7593185. OLE color: 7593185.

HSL color Cylindrical-coordinate representation of color #E1DC73: hue angle of 57.27º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1DC73 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 220 115 -
CMYK 0 0.02 0.49 0.12
HSL 57.27º 0.65% 0.67% -
HSV(B) 57.27º 0.49% 0.88% -
XYZ 59.74 68.43 26.28 -
YUV 209.53 74.66 139.04 -
System Red Green Blue C M Y K H S L
Decimal 225 220 115 0 0.02 0.49 0.12 57.27 0.65 0.67
Hex E1 DC 73 0 2 31 C 39 41 43
Octal 341 334 163 0 2 61 14 71 101 103
Binary 11100001 11011100 1110011 0 10 110001 1100 111001 1000001 1000011

Color Harmonies of #E1DC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DC73

Black with #E1DC73

Text Example


Text Example

White with #E1DC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DC73; }

 p { color: rgb(225,220,115); }

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

background-color css

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

 a { background-color: rgb(225,220,115); }

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

border-color css

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

 span { border-color: rgb(225,220,115); }

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