#EEEAA1

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

Shades of Pale Goldenrod #EEEAA1

Tints of Pale Goldenrod #EEEAA1

Color information

#EEEAA1 (or 0xEEEAA1) is unknown color: approx Pale Goldenrod. HEX triplet: EE, EA and A1. RGB value is (238,234,161). Sum of RGB (Red+Green+Blue) = 238+234+161=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 161 (63.28% from 255 or 25.43% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEAA1 is #11155E. Grayscale: #E3E3E3. Windows color (decimal): -1119583 or 10611438. OLE color: 10611438.

HSL color Cylindrical-coordinate representation of color #EEEAA1: hue angle of 56.88º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEEAA1 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB238234161-
CMYK00.020.320.07
HSL56.88º69.37%78.24%-
HSV(B)56.88º32.35%93.33%-
XYZ71.1279.645.33-
YUV226.8790.83135.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.60%
GREEN value IS 234 (91.80% from 255) = 36.97%
BLUE value IS 161 (63.28% from 255) = 25.43%
R=37.60%
G=36.97%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823416100.020.320.0756.8869.3778.24
HexEEEAA10220739454e
Octal3563522410240771105116
Binary11101110111010101010000101010000011111100110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEAA1; }

 p { color: rgb(238,234,161); }

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

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

 a { background-color: rgb(238,234,161); }

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

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

 span { border-color: rgb(238,234,161); }

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