#EDEFB3

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

Shades of Medium Goldenrod #EDEFB3

Tints of Medium Goldenrod #EDEFB3

Color information

#EDEFB3 (or 0xEDEFB3) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EF and B3. RGB value is (237,239,179). Sum of RGB (Red+Green+Blue) = 237+239+179=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 179 (70.31% from 255 or 27.33% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFB3 is #12104C. Grayscale: #E7E7E7. Windows color (decimal): -1183821 or 11792365. OLE color: 11792365.

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

Color convert

RGB237239179-
CMYK0.0100.250.06
HSL62º65.22%81.96%-
HSV(B)62º25.1%93.73%-
XYZ73.9382.9954.77-
YUV231.5698.34131.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 239 (93.75% from 255) = 36.49%
BLUE value IS 179 (70.31% from 255) = 27.33%
R=36.18%
G=36.49%
B=27.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372391790.0100.250.066265.2281.96
HexEDEFB3101963e4152
Octal3553572631031676101122
Binary111011011110111110110011101100111011111010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFB3; }

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

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

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

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

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

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

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

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