#EFEBAD

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

Shades of Pale Goldenrod #EFEBAD

Tints of Pale Goldenrod #EFEBAD

Color information

#EFEBAD (or 0xEFEBAD) is unknown color: approx Pale Goldenrod. HEX triplet: EF, EB and AD. RGB value is (239,235,173). Sum of RGB (Red+Green+Blue) = 239+235+173=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 173 (67.97% from 255 or 26.74% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEBAD is #101452. Grayscale: #E5E5E5. Windows color (decimal): -1053779 or 11398127. OLE color: 11398127.

HSL color Cylindrical-coordinate representation of color #EFEBAD: hue angle of 56.36º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFEBAD is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239235173-
CMYK00.020.280.06
HSL56.36º67.35%80.78%-
HSV(B)56.36º27.62%93.73%-
XYZ72.8580.7851.29-
YUV229.1396.33135.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.94%
GREEN value IS 235 (92.19% from 255) = 36.32%
BLUE value IS 173 (67.97% from 255) = 26.74%
R=36.94%
G=36.32%
B=26.74%

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
Decimal23923517300.020.280.0656.3667.3580.78
HexEFEBAD021C6384351
Octal3573532550234670103121
Binary1110111111101011101011010101110011011100010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBAD; }

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

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

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

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

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

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

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

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