#EBE9A1

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

Shades of Pale Goldenrod #EBE9A1

Tints of Pale Goldenrod #EBE9A1

Color information

#EBE9A1 (or 0xEBE9A1) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E9 and A1. RGB value is (235,233,161). Sum of RGB (Red+Green+Blue) = 235+233+161=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 161 (63.28% from 255 or 25.60% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE9A1 is #14165E. Grayscale: #E1E1E1. Windows color (decimal): -1316447 or 10611179. OLE color: 10611179.

HSL color Cylindrical-coordinate representation of color #EBE9A1: hue angle of 58.38º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBE9A1 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB235233161-
CMYK00.010.310.08
HSL58.38º64.91%77.65%-
HSV(B)58.38º31.49%92.16%-
XYZ69.8378.5145.19-
YUV225.3991.66134.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 233 (91.41% from 255) = 37.04%
BLUE value IS 161 (63.28% from 255) = 25.60%
R=37.36%
G=37.04%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523316100.010.310.0858.3864.9177.65
HexEBE9A1011F83a414e
Octal35335124101371072101116
Binary1110101111101001101000010111111100011101010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9A1; }

 p { color: rgb(235,233,161); }

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

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

 a { background-color: rgb(235,233,161); }

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

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

 span { border-color: rgb(235,233,161); }

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