#EBE7AC

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

Shades of Pale Goldenrod #EBE7AC

Tints of Pale Goldenrod #EBE7AC

Color information

#EBE7AC (or 0xEBE7AC) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E7 and AC. RGB value is (235,231,172). Sum of RGB (Red+Green+Blue) = 235+231+172=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 172 (67.58% from 255 or 26.96% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE7AC is #141853. Grayscale: #E1E1E1. Windows color (decimal): -1316948 or 11331563. OLE color: 11331563.

HSL color Cylindrical-coordinate representation of color #EBE7AC: hue angle of 56.19º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBE7AC is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB235231172-
CMYK00.020.270.08
HSL56.19º61.17%79.8%-
HSV(B)56.19º26.81%92.16%-
XYZ70.2877.7950.34-
YUV225.4797.83134.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.83%
GREEN value IS 231 (90.62% from 255) = 36.21%
BLUE value IS 172 (67.58% from 255) = 26.96%
R=36.83%
G=36.21%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523117200.020.270.0856.1961.1779.8
HexEBE7AC021B8383d50
Octal3533472540233107075120
Binary1110101111100111101011000101101110001110001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7AC; }

 p { color: rgb(235,231,172); }

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

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

 a { background-color: rgb(235,231,172); }

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

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

 span { border-color: rgb(235,231,172); }

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