#EFE8A6

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

Shades of Pale Goldenrod #EFE8A6

Tints of Pale Goldenrod #EFE8A6

Color information

#EFE8A6 (or 0xEFE8A6) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E8 and A6. RGB value is (239,232,166). Sum of RGB (Red+Green+Blue) = 239+232+166=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 232 (91.02% from 255 or 36.42% from 637); Blue value is 166 (65.23% from 255 or 26.06% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE8A6 is #101759. Grayscale: #E2E2E2. Windows color (decimal): -1054554 or 10938607. OLE color: 10938607.

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

Color convert

RGB239232166-
CMYK00.030.310.06
HSL54.25º69.52%79.41%-
HSV(B)54.25º30.54%93.73%-
XYZ71.3478.8247.53-
YUV226.5793.82136.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.52%
GREEN value IS 232 (91.02% from 255) = 36.42%
BLUE value IS 166 (65.23% from 255) = 26.06%
R=37.52%
G=36.42%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923216600.030.310.0654.2569.5279.41
HexEFE8A6031F636464f
Octal3573502460337666106117
Binary1110111111101000101001100111111111011011010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8A6; }

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

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

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

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

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

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

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

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