#EBEFAE

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

Shades of Medium Goldenrod #EBEFAE

Tints of Medium Goldenrod #EBEFAE

Color information

#EBEFAE (or 0xEBEFAE) is unknown color: approx Medium Goldenrod. HEX triplet: EB, EF and AE. RGB value is (235,239,174). Sum of RGB (Red+Green+Blue) = 235+239+174=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 174 (68.36% from 255 or 26.85% from 648); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEFAE is #141051. Grayscale: #E6E6E6. Windows color (decimal): -1314898 or 11464683. OLE color: 11464683.

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

Color convert

RGB235239174-
CMYK0.0200.270.06
HSL63.69º67.01%80.98%-
HSV(B)63.69º27.2%93.73%-
XYZ72.7782.4552.12-
YUV230.3996.17131.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 239 (93.75% from 255) = 36.88%
BLUE value IS 174 (68.36% from 255) = 26.85%
R=36.27%
G=36.88%
B=26.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352391740.0200.270.0663.6967.0180.98
HexEBEFAE201B6404351
Octal35335725620336100103121
Binary11101011111011111010111010011011110100000010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFAE; }

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

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

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

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

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

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

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

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