#E9E6A5

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

Shades of Pale Goldenrod #E9E6A5

Tints of Pale Goldenrod #E9E6A5

Color information

#E9E6A5 (or 0xE9E6A5) is unknown color: approx Pale Goldenrod. HEX triplet: E9, E6 and A5. RGB value is (233,230,165). Sum of RGB (Red+Green+Blue) = 233+230+165=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 165 (64.84% from 255 or 26.27% from 628); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E6A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9E6A5 is #16195A. Grayscale: #DFDFDF. Windows color (decimal): -1448283 or 10872553. OLE color: 10872553.

HSL color Cylindrical-coordinate representation of color #E9E6A5: hue angle of 57.35º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9E6A5 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB233230165-
CMYK00.010.290.09
HSL57.35º60.71%78.04%-
HSV(B)57.35º29.18%91.37%-
XYZ68.6976.6346.77-
YUV223.4994.99134.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.10%
GREEN value IS 230 (90.23% from 255) = 36.62%
BLUE value IS 165 (64.84% from 255) = 26.27%
R=37.10%
G=36.62%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23323016500.010.290.0957.3560.7178.04
HexE9E6A5011D9393d4e
Octal3513462450135117175116
Binary111010011110011010100101011110110011110011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E6A5; }

 p { color: rgb(233,230,165); }

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

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

 a { background-color: rgb(233,230,165); }

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

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

 span { border-color: rgb(233,230,165); }

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