#EFE2AB

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

Shades of Pale Goldenrod #EFE2AB

Tints of Pale Goldenrod #EFE2AB

Color information

#EFE2AB (or 0xEFE2AB) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E2 and AB. RGB value is (239,226,171). Sum of RGB (Red+Green+Blue) = 239+226+171=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 171 (67.19% from 255 or 26.89% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE2AB is #101D54. Grayscale: #DFDFDF. Windows color (decimal): -1056085 or 11264751. OLE color: 11264751.

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

Color convert

RGB239226171-
CMYK00.050.280.06
HSL48.53º68%80.39%-
HSV(B)48.53º28.45%93.73%-
XYZ70.1475.6849.44-
YUV223.6298.31138.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 226 (88.67% from 255) = 35.53%
BLUE value IS 171 (67.19% from 255) = 26.89%
R=37.58%
G=35.53%
B=26.89%

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
Decimal23922617100.050.280.0648.536880.39
HexEFE2AB051C6314450
Octal3573422530534661104120
Binary11101111111000101010101101011110011011000110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2AB; }

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

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

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

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

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

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

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

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