#EFEEA6

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

Shades of Pale Goldenrod #EFEEA6

Tints of Pale Goldenrod #EFEEA6

Color information

#EFEEA6 (or 0xEFEEA6) is unknown color: approx Pale Goldenrod. HEX triplet: EF, EE and A6. RGB value is (239,238,166). Sum of RGB (Red+Green+Blue) = 239+238+166=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 166 (65.23% from 255 or 25.82% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEEA6 is #101159. Grayscale: #E6E6E6. Windows color (decimal): -1053018 or 10940143. OLE color: 10940143.

HSL color Cylindrical-coordinate representation of color #EFEEA6: hue angle of 59.18º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFEEA6 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB239238166-
CMYK00.000.310.06
HSL59.18º69.52%79.41%-
HSV(B)59.18º30.54%93.73%-
XYZ73.0582.2548.1-
YUV230.0991.83134.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 238 (93.36% from 255) = 37.01%
BLUE value IS 166 (65.23% from 255) = 25.82%
R=37.17%
G=37.01%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923816600.000.310.0659.1869.5279.41
HexEFEEA6001F63b464f
Octal3573562460037673106117
Binary111011111110111010100110001111111011101110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEA6; }

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

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

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

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

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

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

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

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