#EBE59F

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

Shades of Pale Goldenrod #EBE59F

Tints of Pale Goldenrod #EBE59F

Color information

#EBE59F (or 0xEBE59F) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E5 and 9F. RGB value is (235,229,159). Sum of RGB (Red+Green+Blue) = 235+229+159=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 159 (62.5% from 255 or 25.52% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE59F is #141A60. Grayscale: #DFDFDF. Windows color (decimal): -1317473 or 10479083. OLE color: 10479083.

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

Color convert

RGB235229159-
CMYK00.030.320.08
HSL55.26º65.52%77.25%-
HSV(B)55.26º32.34%92.16%-
XYZ68.5476.243.9-
YUV222.8191.99136.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 229 (89.84% from 255) = 36.76%
BLUE value IS 159 (62.5% from 255) = 25.52%
R=37.72%
G=36.76%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522915900.030.320.0855.2665.5277.25
HexEBE59F0320837424d
Octal35334523703401067102115
Binary111010111110010110011111011100000100011011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE59F; }

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

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

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

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

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

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

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

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