#EAE2A8

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

Shades of Pale Goldenrod #EAE2A8

Tints of Pale Goldenrod #EAE2A8

Color information

#EAE2A8 (or 0xEAE2A8) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E2 and A8. RGB value is (234,226,168). Sum of RGB (Red+Green+Blue) = 234+226+168=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 226 (88.67% from 255 or 35.99% from 628); Blue value is 168 (66.02% from 255 or 26.75% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE2A8 is #151D57. Grayscale: #DEDEDE. Windows color (decimal): -1383768 or 11068138. OLE color: 11068138.

HSL color Cylindrical-coordinate representation of color #EAE2A8: hue angle of 52.73º degrees, saturation: 0.61, 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 #EAE2A8 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB234226168-
CMYK00.030.280.08
HSL52.73º61.11%78.82%-
HSV(B)52.73º28.21%91.76%-
XYZ68.274.7147.87-
YUV221.7897.65136.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 226 (88.67% from 255) = 35.99%
BLUE value IS 168 (66.02% from 255) = 26.75%
R=37.26%
G=35.99%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422616800.030.280.0852.7361.1178.82
HexEAE2A8031C8353d4f
Octal3523422500334106575117
Binary1110101011100010101010000111110010001101011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE2A8; }

 p { color: rgb(234,226,168); }

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

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

 a { background-color: rgb(234,226,168); }

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

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

 span { border-color: rgb(234,226,168); }

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