#EBE49D

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

Shades of Pale Goldenrod #EBE49D

Tints of Pale Goldenrod #EBE49D

Color information

#EBE49D (or 0xEBE49D) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E4 and 9D. RGB value is (235,228,157). Sum of RGB (Red+Green+Blue) = 235+228+157=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 157 (61.72% from 255 or 25.32% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE49D is #141B62. Grayscale: #DEDEDE. Windows color (decimal): -1317731 or 10347755. OLE color: 10347755.

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

Color convert

RGB235228157-
CMYK00.030.330.08
HSL54.62º66.1%76.86%-
HSV(B)54.62º33.19%92.16%-
XYZ68.0975.5842.9-
YUV22291.32137.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 228 (89.45% from 255) = 36.77%
BLUE value IS 157 (61.72% from 255) = 25.32%
R=37.90%
G=36.77%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522815700.030.330.0854.6266.176.86
HexEBE49D0321837424d
Octal35334423503411067102115
Binary111010111110010010011101011100001100011011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE49D; }

 p { color: rgb(235,228,157); }

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

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

 a { background-color: rgb(235,228,157); }

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

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

 span { border-color: rgb(235,228,157); }

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