#EDF1B1

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

Shades of Medium Goldenrod #EDF1B1

Tints of Medium Goldenrod #EDF1B1

Color information

#EDF1B1 (or 0xEDF1B1) is unknown color: approx Medium Goldenrod. HEX triplet: ED, F1 and B1. RGB value is (237,241,177). Sum of RGB (Red+Green+Blue) = 237+241+177=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 177 (69.53% from 255 or 27.02% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF1B1 is #120E4E. Grayscale: #E8E8E8. Windows color (decimal): -1183311 or 11661805. OLE color: 11661805.

HSL color Cylindrical-coordinate representation of color #EDF1B1: hue angle of 63.75º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDF1B1 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB237241177-
CMYK0.0200.270.05
HSL63.75º69.57%81.96%-
HSV(B)63.75º26.56%94.51%-
XYZ74.3284.0953.91-
YUV232.5196.67131.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 241 (94.53% from 255) = 36.79%
BLUE value IS 177 (69.53% from 255) = 27.02%
R=36.18%
G=36.79%
B=27.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411770.0200.270.0563.7569.5781.96
HexEDF1B1201B5404652
Octal35536126120335100106122
Binary11101101111100011011000110011011101100000010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1B1; }

 p { color: rgb(237,241,177); }

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

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

 a { background-color: rgb(237,241,177); }

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

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

 span { border-color: rgb(237,241,177); }

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