#EFEBA7

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

Shades of Pale Goldenrod #EFEBA7

Tints of Pale Goldenrod #EFEBA7

Color information

#EFEBA7 (or 0xEFEBA7) is unknown color: approx Pale Goldenrod. HEX triplet: EF, EB and A7. RGB value is (239,235,167). Sum of RGB (Red+Green+Blue) = 239+235+167=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 167 (65.62% from 255 or 26.05% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEBA7 is #101458. Grayscale: #E4E4E4. Windows color (decimal): -1053785 or 11004911. OLE color: 11004911.

HSL color Cylindrical-coordinate representation of color #EFEBA7: hue angle of 56.67º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFEBA7 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239235167-
CMYK00.020.300.06
HSL56.67º69.23%79.61%-
HSV(B)56.67º30.13%93.73%-
XYZ72.2880.5648.3-
YUV228.4493.33135.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 235 (92.19% from 255) = 36.66%
BLUE value IS 167 (65.62% from 255) = 26.05%
R=37.29%
G=36.66%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923516700.020.300.0656.6769.2379.61
HexEFEBA7021E6394550
Octal3573532470236671105120
Binary1110111111101011101001110101111011011100110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBA7; }

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

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

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

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

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

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

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

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