#EBE7A1

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

Shades of Pale Goldenrod #EBE7A1

Tints of Pale Goldenrod #EBE7A1

Color information

#EBE7A1 (or 0xEBE7A1) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E7 and A1. RGB value is (235,231,161). Sum of RGB (Red+Green+Blue) = 235+231+161=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 161 (63.28% from 255 or 25.68% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE7A1 is #14185E. Grayscale: #E0E0E0. Windows color (decimal): -1316959 or 10610667. OLE color: 10610667.

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

Color convert

RGB235231161-
CMYK00.020.310.08
HSL56.76º64.91%77.65%-
HSV(B)56.76º31.49%92.16%-
XYZ69.2777.3945-
YUV224.2292.33135.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 231 (90.62% from 255) = 36.84%
BLUE value IS 161 (63.28% from 255) = 25.68%
R=37.48%
G=36.84%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523116100.020.310.0856.7664.9177.65
HexEBE7A1021F839414e
Octal35334724102371071101116
Binary11101011111001111010000101011111100011100110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7A1; }

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

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

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

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

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

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

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

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