#EFE4A0

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

Shades of Pale Goldenrod #EFE4A0

Tints of Pale Goldenrod #EFE4A0

Color information

#EFE4A0 (or 0xEFE4A0) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E4 and A0. RGB value is (239,228,160). Sum of RGB (Red+Green+Blue) = 239+228+160=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 228 (89.45% from 255 or 36.36% from 627); Blue value is 160 (62.89% from 255 or 25.52% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE4A0 is #101B5F. Grayscale: #DFDFDF. Windows color (decimal): -1055584 or 10544367. OLE color: 10544367.

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

Color convert

RGB239228160-
CMYK00.050.330.06
HSL51.65º71.17%78.24%-
HSV(B)51.65º33.05%93.73%-
XYZ69.6976.3844.33-
YUV223.5492.14139.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 228 (89.45% from 255) = 36.36%
BLUE value IS 160 (62.89% from 255) = 25.52%
R=38.12%
G=36.36%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922816000.050.330.0651.6571.1778.24
HexEFE4A00521634474e
Octal3573442400541664107116
Binary111011111110010010100000010110000111011010010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4A0; }

 p { color: rgb(239,228,160); }

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

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

 a { background-color: rgb(239,228,160); }

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

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

 span { border-color: rgb(239,228,160); }

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