#EFE5AA

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

Shades of Pale Goldenrod #EFE5AA

Tints of Pale Goldenrod #EFE5AA

Color information

#EFE5AA (or 0xEFE5AA) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E5 and AA. RGB value is (239,229,170). Sum of RGB (Red+Green+Blue) = 239+229+170=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 170 (66.80% from 255 or 26.65% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE5AA is #101A55. Grayscale: #E1E1E1. Windows color (decimal): -1055318 or 11199983. OLE color: 11199983.

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

Color convert

RGB239229170-
CMYK00.040.290.06
HSL51.3º68.32%80.2%-
HSV(B)51.3º28.87%93.73%-
XYZ70.8777.2949.21-
YUV225.2696.81137.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 229 (89.84% from 255) = 35.89%
BLUE value IS 170 (66.80% from 255) = 26.65%
R=37.46%
G=35.89%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922917000.040.290.0651.368.3280.2
HexEFE5AA041D6334450
Octal3573452520435663104120
Binary11101111111001011010101001001110111011001110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5AA; }

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

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

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

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

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

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

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

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