#EBEAA5

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

Shades of Pale Goldenrod #EBEAA5

Tints of Pale Goldenrod #EBEAA5

Color information

#EBEAA5 (or 0xEBEAA5) is unknown color: approx Pale Goldenrod. HEX triplet: EB, EA and A5. RGB value is (235,234,165). Sum of RGB (Red+Green+Blue) = 235+234+165=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 165 (64.84% from 255 or 26.03% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEAA5 is #14155A. Grayscale: #E2E2E2. Windows color (decimal): -1316187 or 10873579. OLE color: 10873579.

HSL color Cylindrical-coordinate representation of color #EBEAA5: hue angle of 59.14º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBEAA5 is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235234165-
CMYK00.000.300.08
HSL59.14º63.64%78.43%-
HSV(B)59.14º29.79%92.16%-
XYZ70.4879.2247.17-
YUV226.4393.33134.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 234 (91.80% from 255) = 36.91%
BLUE value IS 165 (64.84% from 255) = 26.03%
R=37.07%
G=36.91%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523416500.000.300.0859.1463.6478.43
HexEBEAA5001E83b404e
Octal35335224500361073100116
Binary1110101111101010101001010011110100011101110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAA5; }

 p { color: rgb(235,234,165); }

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

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

 a { background-color: rgb(235,234,165); }

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

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

 span { border-color: rgb(235,234,165); }

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