#EBE8A0

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

Shades of Pale Goldenrod #EBE8A0

Tints of Pale Goldenrod #EBE8A0

Color information

#EBE8A0 (or 0xEBE8A0) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E8 and A0. RGB value is (235,232,160). Sum of RGB (Red+Green+Blue) = 235+232+160=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 160 (62.89% from 255 or 25.52% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE8A0 is #14175F. Grayscale: #E0E0E0. Windows color (decimal): -1316704 or 10545387. OLE color: 10545387.

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

Color convert

RGB235232160-
CMYK00.010.320.08
HSL57.6º65.22%77.45%-
HSV(B)57.6º31.91%92.16%-
XYZ69.4677.9144.64-
YUV224.6991.49135.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 232 (91.02% from 255) = 37.00%
BLUE value IS 160 (62.89% from 255) = 25.52%
R=37.48%
G=37.00%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523216000.010.320.0857.665.2277.45
HexEBE8A0012083a414d
Octal35335024001401072101115
Binary11101011111010001010000001100000100011101010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8A0; }

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

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

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

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

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

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

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

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