#EDEFB5

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

Shades of Medium Goldenrod #EDEFB5

Tints of Medium Goldenrod #EDEFB5

Color information

#EDEFB5 (or 0xEDEFB5) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EF and B5. RGB value is (237,239,181). Sum of RGB (Red+Green+Blue) = 237+239+181=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 181 (71.09% from 255 or 27.55% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFB5 is #12104A. Grayscale: #E8E8E8. Windows color (decimal): -1183819 or 11923437. OLE color: 11923437.

HSL color Cylindrical-coordinate representation of color #EDEFB5: hue angle of 62.07º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDEFB5 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB237239181-
CMYK0.0100.240.06
HSL62.07º64.44%82.35%-
HSV(B)62.07º24.27%93.73%-
XYZ74.1383.0755.84-
YUV231.7999.34131.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 239 (93.75% from 255) = 36.38%
BLUE value IS 181 (71.09% from 255) = 27.55%
R=36.07%
G=36.38%
B=27.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372391810.0100.240.0662.0764.4482.35
HexEDEFB5101863e4052
Octal3553572651030676100122
Binary111011011110111110110101101100011011111010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFB5; }

 p { color: rgb(237,239,181); }

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

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

 a { background-color: rgb(237,239,181); }

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

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

 span { border-color: rgb(237,239,181); }

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