#EFE3AB

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

Shades of Pale Goldenrod #EFE3AB

Tints of Pale Goldenrod #EFE3AB

Color information

#EFE3AB (or 0xEFE3AB) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E3 and AB. RGB value is (239,227,171). Sum of RGB (Red+Green+Blue) = 239+227+171=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 171 (67.19% from 255 or 26.84% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE3AB is #101C54. Grayscale: #E0E0E0. Windows color (decimal): -1055829 or 11265007. OLE color: 11265007.

HSL color Cylindrical-coordinate representation of color #EFE3AB: hue angle of 49.41º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFE3AB is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239227171-
CMYK00.050.280.06
HSL49.41º68%80.39%-
HSV(B)49.41º28.45%93.73%-
XYZ70.4276.2349.53-
YUV224.297.98138.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.52%
GREEN value IS 227 (89.06% from 255) = 35.64%
BLUE value IS 171 (67.19% from 255) = 26.84%
R=37.52%
G=35.64%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922717100.050.280.0649.416880.39
HexEFE3AB051C6314450
Octal3573432530534661104120
Binary11101111111000111010101101011110011011000110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE3AB; }

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

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

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

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

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

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

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

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