#EFE3AE

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

Shades of Pale Goldenrod #EFE3AE

Tints of Pale Goldenrod #EFE3AE

Color information

#EFE3AE (or 0xEFE3AE) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E3 and AE. RGB value is (239,227,174). Sum of RGB (Red+Green+Blue) = 239+227+174=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 227 (89.06% from 255 or 35.47% from 640); Blue value is 174 (68.36% from 255 or 27.19% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE3AE is #101C51. Grayscale: #E0E0E0. Windows color (decimal): -1055826 or 11461615. OLE color: 11461615.

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

Color convert

RGB239227174-
CMYK00.050.270.06
HSL48.92º67.01%80.98%-
HSV(B)48.92º27.2%93.73%-
XYZ70.7176.3451.05-
YUV224.5599.48138.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 227 (89.06% from 255) = 35.47%
BLUE value IS 174 (68.36% from 255) = 27.19%
R=37.34%
G=35.47%
B=27.19%

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
Decimal23922717400.050.270.0648.9267.0180.98
HexEFE3AE051B6314351
Octal3573432560533661103121
Binary11101111111000111010111001011101111011000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE3AE; }

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

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

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

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

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

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

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

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