#EFE2AD

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

Shades of Pale Goldenrod #EFE2AD

Tints of Pale Goldenrod #EFE2AD

Color information

#EFE2AD (or 0xEFE2AD) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E2 and AD. RGB value is (239,226,173). Sum of RGB (Red+Green+Blue) = 239+226+173=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 173 (67.97% from 255 or 27.12% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE2AD is #101D52. Grayscale: #E0E0E0. Windows color (decimal): -1056083 or 11395823. OLE color: 11395823.

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

Color convert

RGB239226173-
CMYK00.050.280.06
HSL48.18º67.35%80.78%-
HSV(B)48.18º27.62%93.73%-
XYZ70.3475.7650.45-
YUV223.8499.31138.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 226 (88.67% from 255) = 35.42%
BLUE value IS 173 (67.97% from 255) = 27.12%
R=37.46%
G=35.42%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922617300.050.280.0648.1867.3580.78
HexEFE2AD051C6304351
Octal3573422550534660103121
Binary11101111111000101010110101011110011011000010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2AD; }

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

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

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

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

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

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

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

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