Html Css Color HEX #E1D96F Goldenrod

📋 copy color: '#E1D96F'

red 225 ◦ green 217 ◦ blue 111

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

Shades of Goldenrod #E1D96F

Tints of Goldenrod #E1D96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.07%

R = 40.69%
G = 39.24%
B = 20.07%

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

#E1D96F (or 0xE1D96F) is known color: Goldenrod. HEX triplet: E1, D9 and 6F. RGB value is (225,217,111). Sum of RGB (Red+Green+Blue) = 225+217+111=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 111 (43.75% from 255 or 20.07% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D96F is #1E2690. Grayscale: #CFCFCF. Windows color (decimal): -1975953 or 7330273. OLE color: 7330273.

HSL color Cylindrical-coordinate representation of color #E1D96F: hue angle of 55.79º 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 #E1D96F is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 217 111 -
CMYK 0 0.04 0.51 0.12
HSL 55.79º 0.66% 0.66% -
HSV(B) 55.79º 0.51% 0.88% -
XYZ 58.73 66.78 24.83 -
YUV 207.31 73.65 140.62 -
System Red Green Blue C M Y K H S L
Decimal 225 217 111 0 0.04 0.51 0.12 55.79 0.66 0.66
Hex E1 D9 6F 0 4 33 C 38 42 42
Octal 341 331 157 0 4 63 14 70 102 102
Binary 11100001 11011001 1101111 0 100 110011 1100 111000 1000010 1000010

Color Harmonies of #E1D96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D96F

Black with #E1D96F

Text Example


Text Example

White with #E1D96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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