Html Css Color HEX #E1D96E Goldenrod

📋 copy color: '#E1D96E'

red 225 ◦ green 217 ◦ blue 110

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

Shades of Goldenrod #E1D96E

Tints of Goldenrod #E1D96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.93%

R = 40.76%
G = 39.31%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1D96E (or 0xE1D96E) is known color: Goldenrod. HEX triplet: E1, D9 and 6E. RGB value is (225,217,110). Sum of RGB (Red+Green+Blue) = 225+217+110=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 110 (43.36% from 255 or 19.93% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D96E is #1E2691. Grayscale: #CFCFCF. Windows color (decimal): -1975954 or 7264737. OLE color: 7264737.

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

Color convert

RGB 225 217 110 -
CMYK 0 0.04 0.51 0.12
HSL 55.83º 0.66% 0.66% -
HSV(B) 55.83º 0.51% 0.88% -
XYZ 58.68 66.76 24.54 -
YUV 207.19 73.15 140.7 -
System Red Green Blue C M Y K H S L
Decimal 225 217 110 0 0.04 0.51 0.12 55.83 0.66 0.66
Hex E1 D9 6E 0 4 33 C 38 42 42
Octal 341 331 156 0 4 63 14 70 102 102
Binary 11100001 11011001 1101110 0 100 110011 1100 111000 1000010 1000010

Color Harmonies of #E1D96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D96E

Black with #E1D96E

Text Example


Text Example

White with #E1D96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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