#EEE5AE

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

Shades of Pale Goldenrod #EEE5AE

Tints of Pale Goldenrod #EEE5AE

Color information

#EEE5AE (or 0xEEE5AE) is unknown color: approx Pale Goldenrod. HEX triplet: EE, E5 and AE. RGB value is (238,229,174). Sum of RGB (Red+Green+Blue) = 238+229+174=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 174 (68.36% from 255 or 27.15% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE5AE is #111A51. Grayscale: #E1E1E1. Windows color (decimal): -1120850 or 11462126. OLE color: 11462126.

HSL color Cylindrical-coordinate representation of color #EEE5AE: hue angle of 51.56º degrees, saturation: 0.65, 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 #EEE5AE is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB238229174-
CMYK00.040.270.07
HSL51.56º65.31%80.78%-
HSV(B)51.56º26.89%93.33%-
XYZ70.9277.2751.22-
YUV225.4298.98136.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.13%
GREEN value IS 229 (89.84% from 255) = 35.73%
BLUE value IS 174 (68.36% from 255) = 27.15%
R=37.13%
G=35.73%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822917400.040.270.0751.5665.3180.78
HexEEE5AE041B7344151
Octal3563452560433764101121
Binary11101110111001011010111001001101111111010010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE5AE; }

 p { color: rgb(238,229,174); }

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

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

 a { background-color: rgb(238,229,174); }

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

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

 span { border-color: rgb(238,229,174); }

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