#EEE6A4

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

Shades of Pale Goldenrod #EEE6A4

Tints of Pale Goldenrod #EEE6A4

Color information

#EEE6A4 (or 0xEEE6A4) is unknown color: approx Pale Goldenrod. HEX triplet: EE, E6 and A4. RGB value is (238,230,164). Sum of RGB (Red+Green+Blue) = 238+230+164=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 230 (90.23% from 255 or 36.39% from 632); Blue value is 164 (64.45% from 255 or 25.95% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE6A4 is #11195B. Grayscale: #E1E1E1. Windows color (decimal): -1120604 or 10807022. OLE color: 10807022.

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

Color convert

RGB238230164-
CMYK00.030.310.07
HSL53.51º68.52%78.82%-
HSV(B)53.51º31.09%93.33%-
XYZ70.2677.4546.37-
YUV224.8793.65137.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.66%
GREEN value IS 230 (90.23% from 255) = 36.39%
BLUE value IS 164 (64.45% from 255) = 25.95%
R=37.66%
G=36.39%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823016400.030.310.0753.5168.5278.82
HexEEE6A4031F736454f
Octal3563462440337766105117
Binary1110111011100110101001000111111111111011010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE6A4; }

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

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

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

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

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

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

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

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