#EFEBB1

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

Shades of Pale Goldenrod #EFEBB1

Tints of Pale Goldenrod #EFEBB1

Color information

#EFEBB1 (or 0xEFEBB1) is unknown color: approx Pale Goldenrod. HEX triplet: EF, EB and B1. RGB value is (239,235,177). Sum of RGB (Red+Green+Blue) = 239+235+177=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 177 (69.53% from 255 or 27.19% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEBB1 is #10144E. Grayscale: #E5E5E5. Windows color (decimal): -1053775 or 11660271. OLE color: 11660271.

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

Color convert

RGB239235177-
CMYK00.020.260.06
HSL56.13º65.96%81.57%-
HSV(B)56.13º25.94%93.73%-
XYZ73.2480.9453.36-
YUV229.5898.33134.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 235 (92.19% from 255) = 36.10%
BLUE value IS 177 (69.53% from 255) = 27.19%
R=36.71%
G=36.10%
B=27.19%

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
Decimal23923517700.020.260.0656.1365.9681.57
HexEFEBB1021A6384252
Octal3573532610232670102122
Binary1110111111101011101100010101101011011100010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBB1; }

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

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

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

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

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

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

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

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