Html Css Color HEX #E1D86A Goldenrod

📋 copy color: '#E1D86A'

red 225 ◦ green 216 ◦ blue 106

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

Shades of Goldenrod #E1D86A

Tints of Goldenrod #E1D86A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.49%

 BLUE value IS 106 (41.8% from 255) = 19.38%

R = 41.13%
G = 39.49%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E1D86A (or 0xE1D86A) is known color: Goldenrod. HEX triplet: E1, D8 and 6A. RGB value is (225,216,106). Sum of RGB (Red+Green+Blue) = 225+216+106=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D86A is #1E2795. Grayscale: #CECECE. Windows color (decimal): -1976214 or 7002337. OLE color: 7002337.

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

Color convert

RGB 225 216 106 -
CMYK 0 0.04 0.53 0.12
HSL 55.46º 0.66% 0.65% -
HSV(B) 55.46º 0.53% 0.88% -
XYZ 58.21 66.16 23.34 -
YUV 206.15 71.48 141.44 -
System Red Green Blue C M Y K H S L
Decimal 225 216 106 0 0.04 0.53 0.12 55.46 0.66 0.65
Hex E1 D8 6A 0 4 35 C 37 42 41
Octal 341 330 152 0 4 65 14 67 102 101
Binary 11100001 11011000 1101010 0 100 110101 1100 110111 1000010 1000001

Color Harmonies of #E1D86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D86A

Black with #E1D86A

Text Example


Text Example

White with #E1D86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D86A; }

 p { color: rgb(225,216,106); }

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

background-color css

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

 a { background-color: rgb(225,216,106); }

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

border-color css

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

 span { border-color: rgb(225,216,106); }

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