#EEE5B0

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

Shades of Pale Goldenrod #EEE5B0

Tints of Pale Goldenrod #EEE5B0

Color information

#EEE5B0 (or 0xEEE5B0) is unknown color: approx Pale Goldenrod. HEX triplet: EE, E5 and B0. RGB value is (238,229,176). Sum of RGB (Red+Green+Blue) = 238+229+176=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 176 (69.14% from 255 or 27.37% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE5B0 is #111A4F. Grayscale: #E1E1E1. Windows color (decimal): -1120848 or 11593198. OLE color: 11593198.

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

Color convert

RGB238229176-
CMYK00.040.260.07
HSL51.29º64.58%81.18%-
HSV(B)51.29º26.05%93.33%-
XYZ71.1277.3552.26-
YUV225.6599.98136.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.01%
GREEN value IS 229 (89.84% from 255) = 35.61%
BLUE value IS 176 (69.14% from 255) = 27.37%
R=37.01%
G=35.61%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822917600.040.260.0751.2964.5881.18
HexEEE5B0041A7334151
Octal3563452600432763101121
Binary11101110111001011011000001001101011111001110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE5B0; }

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

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

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

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

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

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

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

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