#E3D980

Color #E3D980 Light Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Goldenrod #E3D980

Tints of Light Goldenrod #E3D980

Color information

#E3D980 (or 0xE3D980) is unknown color: approx Light Goldenrod. HEX triplet: E3, D9 and 80. RGB value is (227,217,128). Sum of RGB (Red+Green+Blue) = 227+217+128=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D980 is #1C267F. Grayscale: #D2D2D2. Windows color (decimal): -1844864 or 8444387. OLE color: 8444387.

HSL color Cylindrical-coordinate representation of color #E3D980: hue angle of 53.94º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E3D980 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB227217128-
CMYK00.040.440.11
HSL53.94º63.87%69.61%-
HSV(B)53.94º43.61%89.02%-
XYZ60.3967.5230.27-
YUV209.8481.81140.24-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.69%
GREEN value IS 217 (85.16% from 255) = 37.94%
BLUE value IS 128 (50.39% from 255) = 22.38%
R=39.69%
G=37.94%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721712800.040.440.1153.9463.8769.61
HexE3D980042CB364046
Octal34333120004541366100106
Binary1110001111011001100000000100101100101111011010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D980; }

 p { color: rgb(227,217,128); }

 H1.HeaderClassName
 {
   color: #E3D980;
 }
 .AnyTagClassName
 {
   color: #E3D980;
 }
</style>
background-color css

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

 a { background-color: rgb(227,217,128); }

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

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

 span { border-color: rgb(227,217,128); }

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