#EEEDA3

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

Shades of Pale Goldenrod #EEEDA3

Tints of Pale Goldenrod #EEEDA3

Color information

#EEEDA3 (or 0xEEEDA3) is unknown color: approx Pale Goldenrod. HEX triplet: EE, ED and A3. RGB value is (238,237,163). Sum of RGB (Red+Green+Blue) = 238+237+163=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 163 (64.06% from 255 or 25.55% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEDA3 is #11125C. Grayscale: #E5E5E5. Windows color (decimal): -1118813 or 10743278. OLE color: 10743278.

HSL color Cylindrical-coordinate representation of color #EEEDA3: hue angle of 59.2º 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 #EEEDA3 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB238237163-
CMYK00.000.320.07
HSL59.2º68.81%78.63%-
HSV(B)59.2º31.51%93.33%-
XYZ72.1581.3946.56-
YUV228.8690.83134.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 237 (92.97% from 255) = 37.15%
BLUE value IS 163 (64.06% from 255) = 25.55%
R=37.30%
G=37.15%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823716300.000.320.0759.268.8178.63
HexEEEDA3002073b454f
Octal3563552430040773105117
Binary1110111011101101101000110010000011111101110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDA3; }

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

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

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

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

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

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

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

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