#EEEAA3

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

Shades of Pale Goldenrod #EEEAA3

Tints of Pale Goldenrod #EEEAA3

Color information

#EEEAA3 (or 0xEEEAA3) is unknown color: approx Pale Goldenrod. HEX triplet: EE, EA and A3. RGB value is (238,234,163). Sum of RGB (Red+Green+Blue) = 238+234+163=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 163 (64.06% from 255 or 25.67% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEAA3 is #11155C. Grayscale: #E3E3E3. Windows color (decimal): -1119581 or 10742510. OLE color: 10742510.

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

Color convert

RGB238234163-
CMYK00.020.320.07
HSL56.8º68.81%78.63%-
HSV(B)56.8º31.51%93.33%-
XYZ71.2979.6746.27-
YUV227.191.83135.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 234 (91.80% from 255) = 36.85%
BLUE value IS 163 (64.06% from 255) = 25.67%
R=37.48%
G=36.85%
B=25.67%

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
Decimal23823416300.020.320.0756.868.8178.63
HexEEEAA30220739454f
Octal3563522430240771105117
Binary11101110111010101010001101010000011111100110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEAA3; }

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

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

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

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

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

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

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

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