#EDF1B0

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

Shades of Medium Goldenrod #EDF1B0

Tints of Medium Goldenrod #EDF1B0

Color information

#EDF1B0 (or 0xEDF1B0) is unknown color: approx Medium Goldenrod. HEX triplet: ED, F1 and B0. RGB value is (237,241,176). Sum of RGB (Red+Green+Blue) = 237+241+176=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 176 (69.14% from 255 or 26.91% from 654); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF1B0 is #120E4F. Grayscale: #E8E8E8. Windows color (decimal): -1183312 or 11596269. OLE color: 11596269.

HSL color Cylindrical-coordinate representation of color #EDF1B0: hue angle of 63.69º 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 #EDF1B0 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB237241176-
CMYK0.0200.270.05
HSL63.69º69.89%81.76%-
HSV(B)63.69º26.97%94.51%-
XYZ74.2284.0553.39-
YUV232.3996.17131.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 241 (94.53% from 255) = 36.85%
BLUE value IS 176 (69.14% from 255) = 26.91%
R=36.24%
G=36.85%
B=26.91%

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
Decimal2372411760.0200.270.0563.6969.8981.76
HexEDF1B0201B5404652
Octal35536126020335100106122
Binary11101101111100011011000010011011101100000010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1B0; }

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

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

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

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

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

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

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

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