#EFEEA4

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

Shades of Pale Goldenrod #EFEEA4

Tints of Pale Goldenrod #EFEEA4

Color information

#EFEEA4 (or 0xEFEEA4) is unknown color: approx Pale Goldenrod. HEX triplet: EF, EE and A4. RGB value is (239,238,164). Sum of RGB (Red+Green+Blue) = 239+238+164=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 164 (64.45% from 255 or 25.59% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEEA4 is #10115B. Grayscale: #E6E6E6. Windows color (decimal): -1053020 or 10809071. OLE color: 10809071.

HSL color Cylindrical-coordinate representation of color #EFEEA4: hue angle of 59.2º 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 #EFEEA4 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB239238164-
CMYK00.000.310.06
HSL59.2º70.09%79.02%-
HSV(B)59.2º31.38%93.73%-
XYZ72.8782.1847.14-
YUV229.8690.83134.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 238 (93.36% from 255) = 37.13%
BLUE value IS 164 (64.45% from 255) = 25.59%
R=37.29%
G=37.13%
B=25.59%

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
Decimal23923816400.000.310.0659.270.0979.02
HexEFEEA4001F63b464f
Octal3573562440037673106117
Binary111011111110111010100100001111111011101110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEA4; }

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

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

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

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

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

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

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

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