#EFEAB3

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

Shades of Pale Goldenrod #EFEAB3

Tints of Pale Goldenrod #EFEAB3

Color information

#EFEAB3 (or 0xEFEAB3) is unknown color: approx Pale Goldenrod. HEX triplet: EF, EA and B3. RGB value is (239,234,179). Sum of RGB (Red+Green+Blue) = 239+234+179=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 179 (70.31% from 255 or 27.45% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAB3 is #10154C. Grayscale: #E5E5E5. Windows color (decimal): -1054029 or 11791087. OLE color: 11791087.

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

Color convert

RGB239234179-
CMYK00.020.250.06
HSL55º65.22%81.96%-
HSV(B)55º25.1%93.73%-
XYZ73.1680.4554.32-
YUV229.2399.66134.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 234 (91.80% from 255) = 35.89%
BLUE value IS 179 (70.31% from 255) = 27.45%
R=36.66%
G=35.89%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923417900.020.250.065565.2281.96
HexEFEAB302196374152
Octal3573522630231667101122
Binary1110111111101010101100110101100111011011110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAB3; }

 p { color: rgb(239,234,179); }

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

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

 a { background-color: rgb(239,234,179); }

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

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

 span { border-color: rgb(239,234,179); }

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