#EBEFAC

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

Shades of Medium Goldenrod #EBEFAC

Tints of Medium Goldenrod #EBEFAC

Color information

#EBEFAC (or 0xEBEFAC) is unknown color: approx Medium Goldenrod. HEX triplet: EB, EF and AC. RGB value is (235,239,172). Sum of RGB (Red+Green+Blue) = 235+239+172=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 172 (67.58% from 255 or 26.63% from 646); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEFAC is #141053. Grayscale: #E6E6E6. Windows color (decimal): -1314900 or 11333611. OLE color: 11333611.

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

Color convert

RGB235239172-
CMYK0.0200.280.06
HSL63.58º67.68%80.59%-
HSV(B)63.58º28.03%93.73%-
XYZ72.5782.3751.1-
YUV230.1795.17131.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.38%
GREEN value IS 239 (93.75% from 255) = 37.00%
BLUE value IS 172 (67.58% from 255) = 26.63%
R=36.38%
G=37.00%
B=26.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352391720.0200.280.0663.5867.6880.59
HexEBEFAC201C6404451
Octal35335725420346100104121
Binary11101011111011111010110010011100110100000010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFAC; }

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

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

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

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

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

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

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

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