#EFE3B1

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

Shades of Pale Goldenrod #EFE3B1

Tints of Pale Goldenrod #EFE3B1

Color information

#EFE3B1 (or 0xEFE3B1) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E3 and B1. RGB value is (239,227,177). Sum of RGB (Red+Green+Blue) = 239+227+177=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 177 (69.53% from 255 or 27.53% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE3B1 is #101C4E. Grayscale: #E1E1E1. Windows color (decimal): -1055823 or 11658223. OLE color: 11658223.

HSL color Cylindrical-coordinate representation of color #EFE3B1: hue angle of 48.39º 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 #EFE3B1 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB239227177-
CMYK00.050.260.06
HSL48.39º65.96%81.57%-
HSV(B)48.39º25.94%93.73%-
XYZ7176.4652.61-
YUV224.89100.98138.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 227 (89.06% from 255) = 35.30%
BLUE value IS 177 (69.53% from 255) = 27.53%
R=37.17%
G=35.30%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922717700.050.260.0648.3965.9681.57
HexEFE3B1051A6304252
Octal3573432610532660102122
Binary11101111111000111011000101011101011011000010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE3B1; }

 p { color: rgb(239,227,177); }

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

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

 a { background-color: rgb(239,227,177); }

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

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

 span { border-color: rgb(239,227,177); }

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