#EFE59F

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

Shades of Pale Goldenrod #EFE59F

Tints of Pale Goldenrod #EFE59F

Color information

#EFE59F (or 0xEFE59F) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E5 and 9F. RGB value is (239,229,159). Sum of RGB (Red+Green+Blue) = 239+229+159=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 159 (62.5% from 255 or 25.36% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE59F is #101A60. Grayscale: #E0E0E0. Windows color (decimal): -1055329 or 10479087. OLE color: 10479087.

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

Color convert

RGB239229159-
CMYK00.040.330.06
HSL52.5º71.43%78.04%-
HSV(B)52.5º33.47%93.73%-
XYZ69.8776.8943.96-
YUV224.0191.31138.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 229 (89.84% from 255) = 36.52%
BLUE value IS 159 (62.5% from 255) = 25.36%
R=38.12%
G=36.52%
B=25.36%

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
Decimal23922915900.040.330.0652.571.4378.04
HexEFE59F0421634474e
Octal3573452370441664107116
Binary111011111110010110011111010010000111011010010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE59F; }

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

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

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

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

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

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

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

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