#EFEAAD

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

Shades of Pale Goldenrod #EFEAAD

Tints of Pale Goldenrod #EFEAAD

Color information

#EFEAAD (or 0xEFEAAD) is unknown color: approx Pale Goldenrod. HEX triplet: EF, EA and AD. RGB value is (239,234,173). Sum of RGB (Red+Green+Blue) = 239+234+173=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 173 (67.97% from 255 or 26.78% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAAD is #101552. Grayscale: #E4E4E4. Windows color (decimal): -1054035 or 11397871. OLE color: 11397871.

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

Color convert

RGB239234173-
CMYK00.020.280.06
HSL55.45º67.35%80.78%-
HSV(B)55.45º27.62%93.73%-
XYZ72.5680.2151.19-
YUV228.5496.66135.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.00%
GREEN value IS 234 (91.80% from 255) = 36.22%
BLUE value IS 173 (67.97% from 255) = 26.78%
R=37.00%
G=36.22%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923417300.020.280.0655.4567.3580.78
HexEFEAAD021C6374351
Octal3573522550234667103121
Binary1110111111101010101011010101110011011011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAAD; }

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

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

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

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

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

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

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

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