#EDEEAB

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

Shades of Medium Goldenrod #EDEEAB

Tints of Medium Goldenrod #EDEEAB

Color information

#EDEEAB (or 0xEDEEAB) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EE and AB. RGB value is (237,238,171). Sum of RGB (Red+Green+Blue) = 237+238+171=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 171 (67.19% from 255 or 26.47% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEEAB is #121154. Grayscale: #E6E6E6. Windows color (decimal): -1184085 or 11267821. OLE color: 11267821.

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

Color convert

RGB237238171-
CMYK0.0000.280.07
HSL60.9º66.34%80.2%-
HSV(B)60.9º28.15%93.33%-
XYZ72.8582.0950.53-
YUV230.0694.67132.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.69%
GREEN value IS 238 (93.36% from 255) = 36.84%
BLUE value IS 171 (67.19% from 255) = 26.47%
R=36.69%
G=36.84%
B=26.47%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372381710.0000.280.0760.966.3480.2
HexEDEEAB001C73d4250
Octal3553562530034775102120
Binary111011011110111010101011001110011111110110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEAB; }

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

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

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

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

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

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

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

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