#EBE09F

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

Shades of Pale Goldenrod #EBE09F

Tints of Pale Goldenrod #EBE09F

Color information

#EBE09F (or 0xEBE09F) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E0 and 9F. RGB value is (235,224,159). Sum of RGB (Red+Green+Blue) = 235+224+159=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 159 (62.5% from 255 or 25.73% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE09F is #141F60. Grayscale: #DCDCDC. Windows color (decimal): -1318753 or 10477803. OLE color: 10477803.

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

Color convert

RGB235224159-
CMYK00.050.320.08
HSL51.32º65.52%77.25%-
HSV(B)51.32º32.34%92.16%-
XYZ67.1773.4843.44-
YUV219.8893.64138.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 224 (87.89% from 255) = 36.25%
BLUE value IS 159 (62.5% from 255) = 25.73%
R=38.03%
G=36.25%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522415900.050.320.0851.3265.5277.25
HexEBE09F0520833424d
Octal35334023705401063102115
Binary1110101111100000100111110101100000100011001110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE09F; }

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

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

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

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

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

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

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

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