#EFEBAA

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

Shades of Pale Goldenrod #EFEBAA

Tints of Pale Goldenrod #EFEBAA

Color information

#EFEBAA (or 0xEFEBAA) is unknown color: approx Pale Goldenrod. HEX triplet: EF, EB and AA. RGB value is (239,235,170). Sum of RGB (Red+Green+Blue) = 239+235+170=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 170 (66.80% from 255 or 26.40% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEBAA is #101455. Grayscale: #E5E5E5. Windows color (decimal): -1053782 or 11201519. OLE color: 11201519.

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

Color convert

RGB239235170-
CMYK00.020.290.06
HSL56.52º68.32%80.2%-
HSV(B)56.52º28.87%93.73%-
XYZ72.5680.6749.78-
YUV228.7994.83135.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 235 (92.19% from 255) = 36.49%
BLUE value IS 170 (66.80% from 255) = 26.40%
R=37.11%
G=36.49%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923517000.020.290.0656.5268.3280.2
HexEFEBAA021D6394450
Octal3573532520235671104120
Binary1110111111101011101010100101110111011100110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBAA; }

 p { color: rgb(239,235,170); }

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

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

 a { background-color: rgb(239,235,170); }

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

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

 span { border-color: rgb(239,235,170); }

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