#eadc79

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

Shades of Light Goldenrod #EADC79

Tints of Light Goldenrod #EADC79

Color information

#EADC79 (or 0xEADC79) is unknown color: approx Light Goldenrod. HEX triplet: EA, DC and 79. RGB value is (234,220,121). Sum of RGB (Red+Green+Blue) = 234+220+121=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 121 (47.66% from 255 or 21.04% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC79 is #152386. Grayscale: #D5D5D5. Windows color (decimal): -1385351 or 7986410. OLE color: 7986410.

HSL color Cylindrical-coordinate representation of color #EADC79: hue angle of 52.57º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EADC79 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB234220121-
CMYK00.060.480.08
HSL52.57º72.9%69.61%-
HSV(B)52.57º48.29%91.76%-
XYZ62.9870.0628.29-
YUV212.976.14143.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 220 (86.33% from 255) = 38.26%
BLUE value IS 121 (47.66% from 255) = 21.04%
R=40.70%
G=38.26%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422012100.060.480.0852.5772.969.61
HexEADC7906308354946
Octal35233417106601065111106
Binary111010101101110011110010110110000100011010110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eadc79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eadc79; }

 p { color: rgb(234,220,121); }

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

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

 a { background-color: rgb(234,220,121); }

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

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

 span { border-color: rgb(234,220,121); }

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