#EFE6AB

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

Shades of Pale Goldenrod #EFE6AB

Tints of Pale Goldenrod #EFE6AB

Color information

#EFE6AB (or 0xEFE6AB) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E6 and AB. RGB value is (239,230,171). Sum of RGB (Red+Green+Blue) = 239+230+171=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 171 (67.19% from 255 or 26.72% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE6AB is #101954. Grayscale: #E2E2E2. Windows color (decimal): -1055061 or 11265775. OLE color: 11265775.

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

Color convert

RGB239230171-
CMYK00.040.280.06
HSL52.06º68%80.39%-
HSV(B)52.06º28.45%93.73%-
XYZ71.2477.8849.81-
YUV225.9696.98137.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 230 (90.23% from 255) = 35.94%
BLUE value IS 171 (67.19% from 255) = 26.72%
R=37.34%
G=35.94%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923017100.040.280.0652.066880.39
HexEFE6AB041C6344450
Octal3573462530434664104120
Binary11101111111001101010101101001110011011010010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE6AB; }

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

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

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

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

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

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

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

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