Html Css Color HEX #E1DC77 Goldenrod

📋 copy color: '#E1DC77'

red 225 ◦ green 220 ◦ blue 119

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

Shades of Goldenrod #E1DC77

Tints of Goldenrod #E1DC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.1%

R = 39.89%
G = 39.01%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E1DC77 (or 0xE1DC77) is known color: Goldenrod. HEX triplet: E1, DC and 77. RGB value is (225,220,119). Sum of RGB (Red+Green+Blue) = 225+220+119=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 119 (46.88% from 255 or 21.10% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DC77 is #1E2388. Grayscale: #D2D2D2. Windows color (decimal): -1975177 or 7855329. OLE color: 7855329.

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

Color convert

RGB 225 220 119 -
CMYK 0 0.02 0.47 0.12
HSL 57.17º 0.64% 0.67% -
HSV(B) 57.17º 0.47% 0.88% -
XYZ 59.97 68.53 27.52 -
YUV 209.98 76.66 138.71 -
System Red Green Blue C M Y K H S L
Decimal 225 220 119 0 0.02 0.47 0.12 57.17 0.64 0.67
Hex E1 DC 77 0 2 2F C 39 40 43
Octal 341 334 167 0 2 57 14 71 100 103
Binary 11100001 11011100 1110111 0 10 101111 1100 111001 1000000 1000011

Color Harmonies of #E1DC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DC77

Black with #E1DC77

Text Example


Text Example

White with #E1DC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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