#EFEBAB

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

Shades of Pale Goldenrod #EFEBAB

Tints of Pale Goldenrod #EFEBAB

Color information

#EFEBAB (or 0xEFEBAB) is unknown color: approx Pale Goldenrod. HEX triplet: EF, EB and AB. RGB value is (239,235,171). Sum of RGB (Red+Green+Blue) = 239+235+171=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 171 (67.19% from 255 or 26.51% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEBAB is #101454. Grayscale: #E5E5E5. Windows color (decimal): -1053781 or 11267055. OLE color: 11267055.

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

Color convert

RGB239235171-
CMYK00.020.280.06
HSL56.47º68%80.39%-
HSV(B)56.47º28.45%93.73%-
XYZ72.6680.7150.28-
YUV228.995.33135.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 235 (92.19% from 255) = 36.43%
BLUE value IS 171 (67.19% from 255) = 26.51%
R=37.05%
G=36.43%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923517100.020.280.0656.476880.39
HexEFEBAB021C6384450
Octal3573532530234670104120
Binary1110111111101011101010110101110011011100010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBAB; }

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

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

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

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

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

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

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

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