#E6DC81

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

Shades of Light Goldenrod #E6DC81

Tints of Light Goldenrod #E6DC81

Color information

#E6DC81 (or 0xE6DC81) is unknown color: approx Light Goldenrod. HEX triplet: E6, DC and 81. RGB value is (230,220,129). Sum of RGB (Red+Green+Blue) = 230+220+129=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 129 (50.78% from 255 or 22.28% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DC81 is #19237E. Grayscale: #D4D4D4. Windows color (decimal): -1647487 or 8510694. OLE color: 8510694.

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

Color convert

RGB230220129-
CMYK00.040.440.10
HSL54.06º66.89%70.39%-
HSV(B)54.06º43.91%90.2%-
XYZ62.1969.5930.92-
YUV212.6280.81140.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.72%
GREEN value IS 220 (86.33% from 255) = 38.00%
BLUE value IS 129 (50.78% from 255) = 22.28%
R=39.72%
G=38.00%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022012900.040.440.1054.0666.8970.39
HexE6DC81042CA364346
Octal34633420104541266103106
Binary1110011011011100100000010100101100101011011010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DC81; }

 p { color: rgb(230,220,129); }

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

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

 a { background-color: rgb(230,220,129); }

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

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

 span { border-color: rgb(230,220,129); }

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