#EBE9A7

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

Shades of Pale Goldenrod #EBE9A7

Tints of Pale Goldenrod #EBE9A7

Color information

#EBE9A7 (or 0xEBE9A7) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E9 and A7. RGB value is (235,233,167). Sum of RGB (Red+Green+Blue) = 235+233+167=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 167 (65.62% from 255 or 26.30% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE9A7 is #141658. Grayscale: #E2E2E2. Windows color (decimal): -1316441 or 11004395. OLE color: 11004395.

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

Color convert

RGB235233167-
CMYK00.010.290.08
HSL58.24º62.96%78.82%-
HSV(B)58.24º28.94%92.16%-
XYZ70.3778.7348.05-
YUV226.0794.66134.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 233 (91.41% from 255) = 36.69%
BLUE value IS 167 (65.62% from 255) = 26.30%
R=37.01%
G=36.69%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523316700.010.290.0858.2462.9678.82
HexEBE9A7011D83a3f4f
Octal3533512470135107277117
Binary111010111110100110100111011110110001110101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9A7; }

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

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

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

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

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

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

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

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