#EFE5A1

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

Shades of Pale Goldenrod #EFE5A1

Tints of Pale Goldenrod #EFE5A1

Color information

#EFE5A1 (or 0xEFE5A1) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E5 and A1. RGB value is (239,229,161). Sum of RGB (Red+Green+Blue) = 239+229+161=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 161 (63.28% from 255 or 25.60% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE5A1 is #101A5E. Grayscale: #E0E0E0. Windows color (decimal): -1055327 or 10610159. OLE color: 10610159.

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

Color convert

RGB239229161-
CMYK00.040.330.06
HSL52.31º70.91%78.43%-
HSV(B)52.31º32.64%93.73%-
XYZ70.0576.9644.88-
YUV224.2492.31138.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 229 (89.84% from 255) = 36.41%
BLUE value IS 161 (63.28% from 255) = 25.60%
R=38.00%
G=36.41%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922916100.040.330.0652.3170.9178.43
HexEFE5A10421634474e
Octal3573452410441664107116
Binary111011111110010110100001010010000111011010010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5A1; }

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

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

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

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

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

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

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

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