#EFE9AF

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

Shades of Pale Goldenrod #EFE9AF

Tints of Pale Goldenrod #EFE9AF

Color information

#EFE9AF (or 0xEFE9AF) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E9 and AF. RGB value is (239,233,175). Sum of RGB (Red+Green+Blue) = 239+233+175=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 233 (91.41% from 255 or 36.01% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE9AF is #101650. Grayscale: #E4E4E4. Windows color (decimal): -1054289 or 11528687. OLE color: 11528687.

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

Color convert

RGB239233175-
CMYK00.030.270.06
HSL54.38º66.67%81.18%-
HSV(B)54.38º26.78%93.73%-
XYZ72.4779.7252.13-
YUV228.1897.99135.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.94%
GREEN value IS 233 (91.41% from 255) = 36.01%
BLUE value IS 175 (68.75% from 255) = 27.05%
R=36.94%
G=36.01%
B=27.05%

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
Decimal23923317500.030.270.0654.3866.6781.18
HexEFE9AF031B6364351
Octal3573512570333666103121
Binary1110111111101001101011110111101111011011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9AF; }

 p { color: rgb(239,233,175); }

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

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

 a { background-color: rgb(239,233,175); }

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

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

 span { border-color: rgb(239,233,175); }

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