#EBE8AA

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

Shades of Pale Goldenrod #EBE8AA

Tints of Pale Goldenrod #EBE8AA

Color information

#EBE8AA (or 0xEBE8AA) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E8 and AA. RGB value is (235,232,170). Sum of RGB (Red+Green+Blue) = 235+232+170=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 232 (91.02% from 255 or 36.42% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE8AA is #141755. Grayscale: #E2E2E2. Windows color (decimal): -1316694 or 11200747. OLE color: 11200747.

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

Color convert

RGB235232170-
CMYK00.010.280.08
HSL57.23º61.9%79.41%-
HSV(B)57.23º27.66%92.16%-
XYZ70.3778.2849.43-
YUV225.8396.49134.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 232 (91.02% from 255) = 36.42%
BLUE value IS 170 (66.80% from 255) = 26.69%
R=36.89%
G=36.42%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523217000.010.280.0857.2361.979.41
HexEBE8AA011C8393e4f
Octal3533502520134107176117
Binary111010111110100010101010011110010001110011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8AA; }

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

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

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

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

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

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

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

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