#EFE7AB

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

Shades of Pale Goldenrod #EFE7AB

Tints of Pale Goldenrod #EFE7AB

Color information

#EFE7AB (or 0xEFE7AB) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E7 and AB. RGB value is (239,231,171). Sum of RGB (Red+Green+Blue) = 239+231+171=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 171 (67.19% from 255 or 26.68% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE7AB is #101854. Grayscale: #E2E2E2. Windows color (decimal): -1054805 or 11266031. OLE color: 11266031.

HSL color Cylindrical-coordinate representation of color #EFE7AB: hue angle of 52.94º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFE7AB is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239231171-
CMYK00.030.280.06
HSL52.94º68%80.39%-
HSV(B)52.94º28.45%93.73%-
XYZ71.5278.4449.9-
YUV226.5596.65136.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 231 (90.62% from 255) = 36.04%
BLUE value IS 171 (67.19% from 255) = 26.68%
R=37.29%
G=36.04%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923117100.030.280.0652.946880.39
HexEFE7AB031C6354450
Octal3573472530334665104120
Binary1110111111100111101010110111110011011010110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7AB; }

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

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

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

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

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

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

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

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