#EFE7AE

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

Shades of Pale Goldenrod #EFE7AE

Tints of Pale Goldenrod #EFE7AE

Color information

#EFE7AE (or 0xEFE7AE) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E7 and AE. RGB value is (239,231,174). Sum of RGB (Red+Green+Blue) = 239+231+174=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 174 (68.36% from 255 or 27.02% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE7AE is #101851. Grayscale: #E3E3E3. Windows color (decimal): -1054802 or 11462639. OLE color: 11462639.

HSL color Cylindrical-coordinate representation of color #EFE7AE: hue angle of 52.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFE7AE is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB239231174-
CMYK00.030.270.06
HSL52.62º67.01%80.98%-
HSV(B)52.62º27.2%93.73%-
XYZ71.8178.5651.42-
YUV226.8998.15136.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 231 (90.62% from 255) = 35.87%
BLUE value IS 174 (68.36% from 255) = 27.02%
R=37.11%
G=35.87%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923117400.030.270.0652.6267.0180.98
HexEFE7AE031B6354351
Octal3573472560333665103121
Binary1110111111100111101011100111101111011010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7AE; }

 p { color: rgb(239,231,174); }

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

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

 a { background-color: rgb(239,231,174); }

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

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

 span { border-color: rgb(239,231,174); }

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