#EBE8A1

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

Shades of Pale Goldenrod #EBE8A1

Tints of Pale Goldenrod #EBE8A1

Color information

#EBE8A1 (or 0xEBE8A1) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E8 and A1. RGB value is (235,232,161). Sum of RGB (Red+Green+Blue) = 235+232+161=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 161 (63.28% from 255 or 25.64% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE8A1 is #14175E. Grayscale: #E1E1E1. Windows color (decimal): -1316703 or 10610923. OLE color: 10610923.

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

Color convert

RGB235232161-
CMYK00.010.310.08
HSL57.57º64.91%77.65%-
HSV(B)57.57º31.49%92.16%-
XYZ69.5577.9545.1-
YUV224.891.99135.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 232 (91.02% from 255) = 36.94%
BLUE value IS 161 (63.28% from 255) = 25.64%
R=37.42%
G=36.94%
B=25.64%

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
Decimal23523216100.010.310.0857.5764.9177.65
HexEBE8A1011F83a414e
Octal35335024101371072101116
Binary1110101111101000101000010111111100011101010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8A1; }

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

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

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

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

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

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

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

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