#EBE8AE

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

Shades of Medium Goldenrod #EBE8AE

Tints of Medium Goldenrod #EBE8AE

Color information

#EBE8AE (or 0xEBE8AE) is unknown color: approx Medium Goldenrod. HEX triplet: EB, E8 and AE. RGB value is (235,232,174). Sum of RGB (Red+Green+Blue) = 235+232+174=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 174 (68.36% from 255 or 27.15% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE8AE is #141751. Grayscale: #E2E2E2. Windows color (decimal): -1316690 or 11462891. OLE color: 11462891.

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

Color convert

RGB235232174-
CMYK00.010.260.08
HSL57.05º60.4%80.2%-
HSV(B)57.05º25.96%92.16%-
XYZ70.7678.4351.45-
YUV226.2998.49134.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 232 (91.02% from 255) = 36.19%
BLUE value IS 174 (68.36% from 255) = 27.15%
R=36.66%
G=36.19%
B=27.15%

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
Decimal23523217400.010.260.0857.0560.480.2
HexEBE8AE011A8393c50
Octal3533502560132107174120
Binary111010111110100010101110011101010001110011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8AE; }

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

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

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

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

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

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

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

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