#EFE5B2

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

Shades of Pale Goldenrod #EFE5B2

Tints of Pale Goldenrod #EFE5B2

Color information

#EFE5B2 (or 0xEFE5B2) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E5 and B2. RGB value is (239,229,178). Sum of RGB (Red+Green+Blue) = 239+229+178=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 178 (69.92% from 255 or 27.55% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE5B2 is #101A4D. Grayscale: #E2E2E2. Windows color (decimal): -1055310 or 11724271. OLE color: 11724271.

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

Color convert

RGB239229178-
CMYK00.040.260.06
HSL50.16º65.59%81.76%-
HSV(B)50.16º25.52%93.73%-
XYZ71.6577.653.32-
YUV226.18100.81137.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.00%
GREEN value IS 229 (89.84% from 255) = 35.45%
BLUE value IS 178 (69.92% from 255) = 27.55%
R=37.00%
G=35.45%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922917800.040.260.0650.1665.5981.76
HexEFE5B2041A6324252
Octal3573452620432662102122
Binary11101111111001011011001001001101011011001010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5B2; }

 p { color: rgb(239,229,178); }

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

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

 a { background-color: rgb(239,229,178); }

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

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

 span { border-color: rgb(239,229,178); }

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