#EEE6AD

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

Shades of Pale Goldenrod #EEE6AD

Tints of Pale Goldenrod #EEE6AD

Color information

#EEE6AD (or 0xEEE6AD) is unknown color: approx Pale Goldenrod. HEX triplet: EE, E6 and AD. RGB value is (238,230,173). Sum of RGB (Red+Green+Blue) = 238+230+173=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 173 (67.97% from 255 or 26.99% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE6AD is #111952. Grayscale: #E2E2E2. Windows color (decimal): -1120595 or 11396846. OLE color: 11396846.

HSL color Cylindrical-coordinate representation of color #EEE6AD: hue angle of 52.62º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEE6AD is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB238230173-
CMYK00.030.270.07
HSL52.62º65.66%80.59%-
HSV(B)52.62º27.31%93.33%-
XYZ71.177.7950.8-
YUV225.8998.15136.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.13%
GREEN value IS 230 (90.23% from 255) = 35.88%
BLUE value IS 173 (67.97% from 255) = 26.99%
R=37.13%
G=35.88%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823017300.030.270.0752.6265.6680.59
HexEEE6AD031B7354251
Octal3563462550333765102121
Binary1110111011100110101011010111101111111010110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE6AD; }

 p { color: rgb(238,230,173); }

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

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

 a { background-color: rgb(238,230,173); }

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

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

 span { border-color: rgb(238,230,173); }

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