#EFE2AE

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

Shades of Pale Goldenrod #EFE2AE

Tints of Pale Goldenrod #EFE2AE

Color information

#EFE2AE (or 0xEFE2AE) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E2 and AE. RGB value is (239,226,174). Sum of RGB (Red+Green+Blue) = 239+226+174=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 174 (68.36% from 255 or 27.23% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE2AE is #101D51. Grayscale: #E0E0E0. Windows color (decimal): -1056082 or 11461359. OLE color: 11461359.

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

Color convert

RGB239226174-
CMYK00.050.270.06
HSL48º67.01%80.98%-
HSV(B)48º27.2%93.73%-
XYZ70.4375.850.96-
YUV223.9699.81138.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.40%
GREEN value IS 226 (88.67% from 255) = 35.37%
BLUE value IS 174 (68.36% from 255) = 27.23%
R=37.40%
G=35.37%
B=27.23%

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
Decimal23922617400.050.270.064867.0180.98
HexEFE2AE051B6304351
Octal3573422560533660103121
Binary11101111111000101010111001011101111011000010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2AE; }

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

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

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

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

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

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

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

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