#EEE6A6

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

Shades of Pale Goldenrod #EEE6A6

Tints of Pale Goldenrod #EEE6A6

Color information

#EEE6A6 (or 0xEEE6A6) is unknown color: approx Pale Goldenrod. HEX triplet: EE, E6 and A6. RGB value is (238,230,166). Sum of RGB (Red+Green+Blue) = 238+230+166=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 166 (65.23% from 255 or 26.18% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE6A6 is #111959. Grayscale: #E1E1E1. Windows color (decimal): -1120602 or 10938094. OLE color: 10938094.

HSL color Cylindrical-coordinate representation of color #EEE6A6: hue angle of 53.33º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEE6A6 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB238230166-
CMYK00.030.300.07
HSL53.33º67.92%79.22%-
HSV(B)53.33º30.25%93.33%-
XYZ70.4477.5247.33-
YUV225.194.65137.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.54%
GREEN value IS 230 (90.23% from 255) = 36.28%
BLUE value IS 166 (65.23% from 255) = 26.18%
R=37.54%
G=36.28%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823016600.030.300.0753.3367.9279.22
HexEEE6A6031E735444f
Octal3563462460336765104117
Binary1110111011100110101001100111111011111010110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE6A6; }

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

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

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

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

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

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

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

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