#EFEBAC

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

Shades of Pale Goldenrod #EFEBAC

Tints of Pale Goldenrod #EFEBAC

Color information

#EFEBAC (or 0xEFEBAC) is unknown color: approx Pale Goldenrod. HEX triplet: EF, EB and AC. RGB value is (239,235,172). Sum of RGB (Red+Green+Blue) = 239+235+172=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 172 (67.58% from 255 or 26.63% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEBAC is #101453. Grayscale: #E5E5E5. Windows color (decimal): -1053780 or 11332591. OLE color: 11332591.

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

Color convert

RGB239235172-
CMYK00.020.280.06
HSL56.42º67.68%80.59%-
HSV(B)56.42º28.03%93.73%-
XYZ72.7580.7550.78-
YUV229.0195.83135.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.00%
GREEN value IS 235 (92.19% from 255) = 36.38%
BLUE value IS 172 (67.58% from 255) = 26.63%
R=37.00%
G=36.38%
B=26.63%

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
Decimal23923517200.020.280.0656.4267.6880.59
HexEFEBAC021C6384451
Octal3573532540234670104121
Binary1110111111101011101011000101110011011100010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBAC; }

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

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

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

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

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

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

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

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