#EDEEA8

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

Shades of Medium Goldenrod #EDEEA8

Tints of Medium Goldenrod #EDEEA8

Color information

#EDEEA8 (or 0xEDEEA8) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EE and A8. RGB value is (237,238,168). Sum of RGB (Red+Green+Blue) = 237+238+168=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 168 (66.02% from 255 or 26.13% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEEA8 is #121157. Grayscale: #E5E5E5. Windows color (decimal): -1184088 or 11071213. OLE color: 11071213.

HSL color Cylindrical-coordinate representation of color #EDEEA8: hue angle of 60.86º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDEEA8 is Cyan = 0.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB237238168-
CMYK0.0000.290.07
HSL60.86º67.31%79.61%-
HSV(B)60.86º29.41%93.33%-
XYZ72.5781.9849.04-
YUV229.7293.17133.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 238 (93.36% from 255) = 37.01%
BLUE value IS 168 (66.02% from 255) = 26.13%
R=36.86%
G=37.01%
B=26.13%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372381680.0000.290.0760.8667.3179.61
HexEDEEA8001D73d4350
Octal3553562500035775103120
Binary111011011110111010101000001110111111110110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEA8; }

 p { color: rgb(237,238,168); }

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

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

 a { background-color: rgb(237,238,168); }

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

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

 span { border-color: rgb(237,238,168); }

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