#EBEFA6

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

Shades of Medium Goldenrod #EBEFA6

Tints of Medium Goldenrod #EBEFA6

Color information

#EBEFA6 (or 0xEBEFA6) is unknown color: approx Medium Goldenrod. HEX triplet: EB, EF and A6. RGB value is (235,239,166). Sum of RGB (Red+Green+Blue) = 235+239+166=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 166 (65.23% from 255 or 25.94% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEFA6 is #141059. Grayscale: #E5E5E5. Windows color (decimal): -1314906 or 10940395. OLE color: 10940395.

HSL color Cylindrical-coordinate representation of color #EBEFA6: hue angle of 63.29º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBEFA6 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB235239166-
CMYK0.0200.310.06
HSL63.29º69.52%79.41%-
HSV(B)63.29º30.54%93.73%-
XYZ72.0182.1548.14-
YUV229.4892.17131.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 239 (93.75% from 255) = 37.34%
BLUE value IS 166 (65.23% from 255) = 25.94%
R=36.72%
G=37.34%
B=25.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352391660.0200.310.0663.2969.5279.41
HexEBEFA6201F63f464f
Octal3533572462037677106117
Binary1110101111101111101001101001111111011111110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFA6; }

 p { color: rgb(235,239,166); }

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

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

 a { background-color: rgb(235,239,166); }

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

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

 span { border-color: rgb(235,239,166); }

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