#EFE8AB

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

Shades of Pale Goldenrod #EFE8AB

Tints of Pale Goldenrod #EFE8AB

Color information

#EFE8AB (or 0xEFE8AB) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E8 and AB. RGB value is (239,232,171). Sum of RGB (Red+Green+Blue) = 239+232+171=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 171 (67.19% from 255 or 26.64% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE8AB is #101754. Grayscale: #E3E3E3. Windows color (decimal): -1054549 or 11266287. OLE color: 11266287.

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

Color convert

RGB239232171-
CMYK00.030.280.06
HSL53.82º68%80.39%-
HSV(B)53.82º28.45%93.73%-
XYZ71.87949.99-
YUV227.1496.32136.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 232 (91.02% from 255) = 36.14%
BLUE value IS 171 (67.19% from 255) = 26.64%
R=37.23%
G=36.14%
B=26.64%

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
Decimal23923217100.030.280.0653.826880.39
HexEFE8AB031C6364450
Octal3573502530334666104120
Binary1110111111101000101010110111110011011011010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8AB; }

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

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

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

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

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

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

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

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