#EFEBB0

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

Shades of Pale Goldenrod #EFEBB0

Tints of Pale Goldenrod #EFEBB0

Color information

#EFEBB0 (or 0xEFEBB0) is unknown color: approx Pale Goldenrod. HEX triplet: EF, EB and B0. RGB value is (239,235,176). Sum of RGB (Red+Green+Blue) = 239+235+176=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 176 (69.14% from 255 or 27.08% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEBB0 is #10144F. Grayscale: #E5E5E5. Windows color (decimal): -1053776 or 11594735. OLE color: 11594735.

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

Color convert

RGB239235176-
CMYK00.020.260.06
HSL56.19º66.32%81.37%-
HSV(B)56.19º26.36%93.73%-
XYZ73.1480.952.83-
YUV229.4797.83134.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 176 (69.14% from 255) = 27.08%
R=36.77%
G=36.15%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923517600.020.260.0656.1966.3281.37
HexEFEBB0021A6384251
Octal3573532600232670102121
Binary1110111111101011101100000101101011011100010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBB0; }

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

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

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

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

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

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

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

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