#EBEBAD

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

Shades of Medium Goldenrod #EBEBAD

Tints of Medium Goldenrod #EBEBAD

Color information

#EBEBAD (or 0xEBEBAD) is unknown color: approx Medium Goldenrod. HEX triplet: EB, EB and AD. RGB value is (235,235,173). Sum of RGB (Red+Green+Blue) = 235+235+173=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 173 (67.97% from 255 or 26.91% from 643); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEBAD is #141452. Grayscale: #E4E4E4. Windows color (decimal): -1315923 or 11398123. OLE color: 11398123.

HSL color Cylindrical-coordinate representation of color #EBEBAD: hue angle of 60º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBEBAD is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235235173-
CMYK000.260.08
HSL60º60.78%80%-
HSV(B)60º26.38%92.16%-
XYZ71.5180.151.23-
YUV227.9397133.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 235 (92.19% from 255) = 36.55%
BLUE value IS 173 (67.97% from 255) = 26.91%
R=36.55%
G=36.55%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235173000.260.086060.7880
HexEBEBAD001A83c3d50
Octal3533532550032107475120
Binary111010111110101110101101001101010001111001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBAD; }

 p { color: rgb(235,235,173); }

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

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

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

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

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

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

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