#EFE8AC

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

Shades of Pale Goldenrod #EFE8AC

Tints of Pale Goldenrod #EFE8AC

Color information

#EFE8AC (or 0xEFE8AC) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E8 and AC. RGB value is (239,232,172). Sum of RGB (Red+Green+Blue) = 239+232+172=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 172 (67.58% from 255 or 26.75% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE8AC is #101753. Grayscale: #E3E3E3. Windows color (decimal): -1054548 or 11331823. OLE color: 11331823.

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

Color convert

RGB239232172-
CMYK00.030.280.06
HSL53.73º67.68%80.59%-
HSV(B)53.73º28.03%93.73%-
XYZ71.979.0450.5-
YUV227.2596.82136.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 232 (91.02% from 255) = 36.08%
BLUE value IS 172 (67.58% from 255) = 26.75%
R=37.17%
G=36.08%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923217200.030.280.0653.7367.6880.59
HexEFE8AC031C6364451
Octal3573502540334666104121
Binary1110111111101000101011000111110011011011010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8AC; }

 p { color: rgb(239,232,172); }

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

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

 a { background-color: rgb(239,232,172); }

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

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

 span { border-color: rgb(239,232,172); }

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