#EFE5AF

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

Shades of Pale Goldenrod #EFE5AF

Tints of Pale Goldenrod #EFE5AF

Color information

#EFE5AF (or 0xEFE5AF) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E5 and AF. RGB value is (239,229,175). Sum of RGB (Red+Green+Blue) = 239+229+175=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE5AF is #101A50. Grayscale: #E2E2E2. Windows color (decimal): -1055313 or 11527663. OLE color: 11527663.

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

Color convert

RGB239229175-
CMYK00.040.270.06
HSL50.62º66.67%81.18%-
HSV(B)50.62º26.78%93.73%-
XYZ71.3577.4851.75-
YUV225.8399.31137.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 229 (89.84% from 255) = 35.61%
BLUE value IS 175 (68.75% from 255) = 27.22%
R=37.17%
G=35.61%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922917500.040.270.0650.6266.6781.18
HexEFE5AF041B6334351
Octal3573452570433663103121
Binary11101111111001011010111101001101111011001110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5AF; }

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

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

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

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

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

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

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

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