#EEE3B0

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

Shades of Pale Goldenrod #EEE3B0

Tints of Pale Goldenrod #EEE3B0

Color information

#EEE3B0 (or 0xEEE3B0) is unknown color: approx Pale Goldenrod. HEX triplet: EE, E3 and B0. RGB value is (238,227,176). Sum of RGB (Red+Green+Blue) = 238+227+176=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 176 (69.14% from 255 or 27.46% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE3B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE3B0 is #111C4F. Grayscale: #E0E0E0. Windows color (decimal): -1121360 or 11592686. OLE color: 11592686.

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

Color convert

RGB238227176-
CMYK00.050.260.07
HSL49.35º64.58%81.18%-
HSV(B)49.35º26.05%93.33%-
XYZ70.5776.2552.07-
YUV224.48100.64137.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.13%
GREEN value IS 227 (89.06% from 255) = 35.41%
BLUE value IS 176 (69.14% from 255) = 27.46%
R=37.13%
G=35.41%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822717600.050.260.0749.3564.5881.18
HexEEE3B0051A7314151
Octal3563432600532761101121
Binary11101110111000111011000001011101011111000110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE3B0; }

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

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

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

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

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

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

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

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