#EFE5B0

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

Shades of Pale Goldenrod #EFE5B0

Tints of Pale Goldenrod #EFE5B0

Color information

#EFE5B0 (or 0xEFE5B0) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E5 and B0. RGB value is (239,229,176). Sum of RGB (Red+Green+Blue) = 239+229+176=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 176 (69.14% from 255 or 27.33% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE5B0 is #101A4F. Grayscale: #E2E2E2. Windows color (decimal): -1055312 or 11593199. OLE color: 11593199.

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

Color convert

RGB239229176-
CMYK00.040.260.06
HSL50.48º66.32%81.37%-
HSV(B)50.48º26.36%93.73%-
XYZ71.4577.5252.27-
YUV225.9599.81137.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 229 (89.84% from 255) = 35.56%
BLUE value IS 176 (69.14% from 255) = 27.33%
R=37.11%
G=35.56%
B=27.33%

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
Decimal23922917600.040.260.0650.4866.3281.37
HexEFE5B0041A6324251
Octal3573452600432662102121
Binary11101111111001011011000001001101011011001010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5B0; }

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

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

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

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

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

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

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

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