#EFE4AE

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

Shades of Pale Goldenrod #EFE4AE

Tints of Pale Goldenrod #EFE4AE

Color information

#EFE4AE (or 0xEFE4AE) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E4 and AE. RGB value is (239,228,174). Sum of RGB (Red+Green+Blue) = 239+228+174=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 174 (68.36% from 255 or 27.15% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE4AE is #101B51. Grayscale: #E1E1E1. Windows color (decimal): -1055570 or 11461871. OLE color: 11461871.

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

Color convert

RGB239228174-
CMYK00.050.270.06
HSL49.85º67.01%80.98%-
HSV(B)49.85º27.2%93.73%-
XYZ70.9876.8951.15-
YUV225.1399.14137.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 228 (89.45% from 255) = 35.57%
BLUE value IS 174 (68.36% from 255) = 27.15%
R=37.29%
G=35.57%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922817400.050.270.0649.8567.0180.98
HexEFE4AE051B6324351
Octal3573442560533662103121
Binary11101111111001001010111001011101111011001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4AE; }

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

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

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

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

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

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

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

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