#EFE7AD

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

Shades of Pale Goldenrod #EFE7AD

Tints of Pale Goldenrod #EFE7AD

Color information

#EFE7AD (or 0xEFE7AD) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E7 and AD. RGB value is (239,231,173). Sum of RGB (Red+Green+Blue) = 239+231+173=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 173 (67.97% from 255 or 26.91% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE7AD is #101852. Grayscale: #E3E3E3. Windows color (decimal): -1054803 or 11397103. OLE color: 11397103.

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

Color convert

RGB239231173-
CMYK00.030.280.06
HSL52.73º67.35%80.78%-
HSV(B)52.73º27.62%93.73%-
XYZ71.7278.5250.91-
YUV226.7897.65136.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 231 (90.62% from 255) = 35.93%
BLUE value IS 173 (67.97% from 255) = 26.91%
R=37.17%
G=35.93%
B=26.91%

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
Decimal23923117300.030.280.0652.7367.3580.78
HexEFE7AD031C6354351
Octal3573472550334665103121
Binary1110111111100111101011010111110011011010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7AD; }

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

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

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

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

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

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

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

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