#EFEBA8

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

Shades of Pale Goldenrod #EFEBA8

Tints of Pale Goldenrod #EFEBA8

Color information

#EFEBA8 (or 0xEFEBA8) is unknown color: approx Pale Goldenrod. HEX triplet: EF, EB and A8. RGB value is (239,235,168). Sum of RGB (Red+Green+Blue) = 239+235+168=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 168 (66.02% from 255 or 26.17% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEBA8 is #101457. Grayscale: #E4E4E4. Windows color (decimal): -1053784 or 11070447. OLE color: 11070447.

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

Color convert

RGB239235168-
CMYK00.020.300.06
HSL56.62º68.93%79.8%-
HSV(B)56.62º29.71%93.73%-
XYZ72.3780.5948.79-
YUV228.5693.83135.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 235 (92.19% from 255) = 36.60%
BLUE value IS 168 (66.02% from 255) = 26.17%
R=37.23%
G=36.60%
B=26.17%

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
Decimal23923516800.020.300.0656.6268.9379.8
HexEFEBA8021E6394550
Octal3573532500236671105120
Binary1110111111101011101010000101111011011100110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBA8; }

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

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

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

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

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

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

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

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