#EFE4AD

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

Shades of Pale Goldenrod #EFE4AD

Tints of Pale Goldenrod #EFE4AD

Color information

#EFE4AD (or 0xEFE4AD) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E4 and AD. RGB value is (239,228,173). Sum of RGB (Red+Green+Blue) = 239+228+173=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE4AD is #101B52. Grayscale: #E1E1E1. Windows color (decimal): -1055571 or 11396335. OLE color: 11396335.

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

Color convert

RGB239228173-
CMYK00.050.280.06
HSL50º67.35%80.78%-
HSV(B)50º27.62%93.73%-
XYZ70.8876.8550.63-
YUV225.0298.64137.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 228 (89.45% from 255) = 35.62%
BLUE value IS 173 (67.97% from 255) = 27.03%
R=37.34%
G=35.62%
B=27.03%

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
Decimal23922817300.050.280.065067.3580.78
HexEFE4AD051C6324351
Octal3573442550534662103121
Binary11101111111001001010110101011110011011001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4AD; }

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

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

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

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

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

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

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

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