#EBE89F

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

Shades of Pale Goldenrod #EBE89F

Tints of Pale Goldenrod #EBE89F

Color information

#EBE89F (or 0xEBE89F) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E8 and 9F. RGB value is (235,232,159). Sum of RGB (Red+Green+Blue) = 235+232+159=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 159 (62.5% from 255 or 25.40% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE89F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE89F is #141760. Grayscale: #E0E0E0. Windows color (decimal): -1316705 or 10479851. OLE color: 10479851.

HSL color Cylindrical-coordinate representation of color #EBE89F: hue angle of 57.63º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBE89F is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB235232159-
CMYK00.010.320.08
HSL57.63º65.52%77.25%-
HSV(B)57.63º32.34%92.16%-
XYZ69.3877.8844.18-
YUV224.5890.99135.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 232 (91.02% from 255) = 37.06%
BLUE value IS 159 (62.5% from 255) = 25.40%
R=37.54%
G=37.06%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523215900.010.320.0857.6365.5277.25
HexEBE89F012083a424d
Octal35335023701401072102115
Binary11101011111010001001111101100000100011101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE89F; }

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

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

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

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

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

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

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

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