#EFE7AF

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

Shades of Pale Goldenrod #EFE7AF

Tints of Pale Goldenrod #EFE7AF

Color information

#EFE7AF (or 0xEFE7AF) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E7 and AF. RGB value is (239,231,175). Sum of RGB (Red+Green+Blue) = 239+231+175=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE7AF is #101850. Grayscale: #E3E3E3. Windows color (decimal): -1054801 or 11528175. OLE color: 11528175.

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

Color convert

RGB239231175-
CMYK00.030.270.06
HSL52.5º66.67%81.18%-
HSV(B)52.5º26.78%93.73%-
XYZ71.9178.651.94-
YUV227.0198.65136.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 231 (90.62% from 255) = 35.81%
BLUE value IS 175 (68.75% from 255) = 27.13%
R=37.05%
G=35.81%
B=27.13%

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
Decimal23923117500.030.270.0652.566.6781.18
HexEFE7AF031B6344351
Octal3573472570333664103121
Binary1110111111100111101011110111101111011010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7AF; }

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

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

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

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

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

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

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

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