#EBE29F

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

Shades of Pale Goldenrod #EBE29F

Tints of Pale Goldenrod #EBE29F

Color information

#EBE29F (or 0xEBE29F) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E2 and 9F. RGB value is (235,226,159). Sum of RGB (Red+Green+Blue) = 235+226+159=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 159 (62.5% from 255 or 25.65% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE29F is #141D60. Grayscale: #DDDDDD. Windows color (decimal): -1318241 or 10478315. OLE color: 10478315.

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

Color convert

RGB235226159-
CMYK00.040.320.08
HSL52.89º65.52%77.25%-
HSV(B)52.89º32.34%92.16%-
XYZ67.7274.5643.62-
YUV221.0592.98137.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 226 (88.67% from 255) = 36.45%
BLUE value IS 159 (62.5% from 255) = 25.65%
R=37.90%
G=36.45%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522615900.040.320.0852.8965.5277.25
HexEBE29F0420835424d
Octal35334223704401065102115
Binary1110101111100010100111110100100000100011010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE29F; }

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

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

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

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

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

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

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

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