#EFEBA6

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

Shades of Pale Goldenrod #EFEBA6

Tints of Pale Goldenrod #EFEBA6

Color information

#EFEBA6 (or 0xEFEBA6) is unknown color: approx Pale Goldenrod. HEX triplet: EF, EB and A6. RGB value is (239,235,166). Sum of RGB (Red+Green+Blue) = 239+235+166=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 166 (65.23% from 255 or 25.94% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEBA6 is #101459. Grayscale: #E4E4E4. Windows color (decimal): -1053786 or 10939375. OLE color: 10939375.

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

Color convert

RGB239235166-
CMYK00.020.310.06
HSL56.71º69.52%79.41%-
HSV(B)56.71º30.54%93.73%-
XYZ72.1980.5247.81-
YUV228.3392.83135.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 235 (92.19% from 255) = 36.72%
BLUE value IS 166 (65.23% from 255) = 25.94%
R=37.34%
G=36.72%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923516600.020.310.0656.7169.5279.41
HexEFEBA6021F639464f
Octal3573532460237671106117
Binary1110111111101011101001100101111111011100110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBA6; }

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

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

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

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

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

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

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

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