#EBE2AC

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

Shades of Pale Goldenrod #EBE2AC

Tints of Pale Goldenrod #EBE2AC

Color information

#EBE2AC (or 0xEBE2AC) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E2 and AC. RGB value is (235,226,172). Sum of RGB (Red+Green+Blue) = 235+226+172=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 172 (67.58% from 255 or 27.17% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE2AC is #141D53. Grayscale: #DEDEDE. Windows color (decimal): -1318228 or 11330283. OLE color: 11330283.

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

Color convert

RGB235226172-
CMYK00.040.270.08
HSL51.43º61.17%79.8%-
HSV(B)51.43º26.81%92.16%-
XYZ68.975.0349.88-
YUV222.5499.48136.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 226 (88.67% from 255) = 35.70%
BLUE value IS 172 (67.58% from 255) = 27.17%
R=37.12%
G=35.70%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522617200.040.270.0851.4361.1779.8
HexEBE2AC041B8333d50
Octal3533422540433106375120
Binary11101011111000101010110001001101110001100111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2AC; }

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

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

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

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

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

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

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

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