#EBE6AC

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

Shades of Pale Goldenrod #EBE6AC

Tints of Pale Goldenrod #EBE6AC

Color information

#EBE6AC (or 0xEBE6AC) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E6 and AC. RGB value is (235,230,172). Sum of RGB (Red+Green+Blue) = 235+230+172=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 172 (67.58% from 255 or 27.00% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE6AC is #141953. Grayscale: #E1E1E1. Windows color (decimal): -1317204 or 11331307. OLE color: 11331307.

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

Color convert

RGB235230172-
CMYK00.020.270.08
HSL55.24º61.17%79.8%-
HSV(B)55.24º26.81%92.16%-
XYZ7077.2350.25-
YUV224.8898.16135.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 230 (90.23% from 255) = 36.11%
BLUE value IS 172 (67.58% from 255) = 27.00%
R=36.89%
G=36.11%
B=27.00%

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
Decimal23523017200.020.270.0855.2461.1779.8
HexEBE6AC021B8373d50
Octal3533462540233106775120
Binary1110101111100110101011000101101110001101111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6AC; }

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

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

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

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

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

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

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

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