#EFE5AD

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

Shades of Pale Goldenrod #EFE5AD

Tints of Pale Goldenrod #EFE5AD

Color information

#EFE5AD (or 0xEFE5AD) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E5 and AD. RGB value is (239,229,173). Sum of RGB (Red+Green+Blue) = 239+229+173=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 173 (67.97% from 255 or 26.99% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE5AD is #101A52. Grayscale: #E1E1E1. Windows color (decimal): -1055315 or 11396591. OLE color: 11396591.

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

Color convert

RGB239229173-
CMYK00.040.280.06
HSL50.91º67.35%80.78%-
HSV(B)50.91º27.62%93.73%-
XYZ71.1677.4150.73-
YUV225.6198.31137.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 229 (89.84% from 255) = 35.73%
BLUE value IS 173 (67.97% from 255) = 26.99%
R=37.29%
G=35.73%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922917300.040.280.0650.9167.3580.78
HexEFE5AD041C6334351
Octal3573452550434663103121
Binary11101111111001011010110101001110011011001110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5AD; }

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

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

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

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

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

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

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

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