#EBE9AD

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

Shades of Medium Goldenrod #EBE9AD

Tints of Medium Goldenrod #EBE9AD

Color information

#EBE9AD (or 0xEBE9AD) is unknown color: approx Medium Goldenrod. HEX triplet: EB, E9 and AD. RGB value is (235,233,173). Sum of RGB (Red+Green+Blue) = 235+233+173=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 233 (91.41% from 255 or 36.35% from 641); Blue value is 173 (67.97% from 255 or 26.99% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE9AD is #141652. Grayscale: #E3E3E3. Windows color (decimal): -1316435 or 11397611. OLE color: 11397611.

HSL color Cylindrical-coordinate representation of color #EBE9AD: hue angle of 58.06º 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 #EBE9AD is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235233173-
CMYK00.010.260.08
HSL58.06º60.78%80%-
HSV(B)58.06º26.38%92.16%-
XYZ70.9478.9651.04-
YUV226.7697.66133.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 233 (91.41% from 255) = 36.35%
BLUE value IS 173 (67.97% from 255) = 26.99%
R=36.66%
G=36.35%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523317300.010.260.0858.0660.7880
HexEBE9AD011A83a3d50
Octal3533512550132107275120
Binary111010111110100110101101011101010001110101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9AD; }

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

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

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

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

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

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

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

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