#EBE4AC

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

Shades of Pale Goldenrod #EBE4AC

Tints of Pale Goldenrod #EBE4AC

Color information

#EBE4AC (or 0xEBE4AC) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E4 and AC. RGB value is (235,228,172). Sum of RGB (Red+Green+Blue) = 235+228+172=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE4AC is #141B53. Grayscale: #DFDFDF. Windows color (decimal): -1317716 or 11330795. OLE color: 11330795.

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

Color convert

RGB235228172-
CMYK00.030.270.08
HSL53.33º61.17%79.8%-
HSV(B)53.33º26.81%92.16%-
XYZ69.4576.1350.06-
YUV223.7198.82136.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 228 (89.45% from 255) = 35.91%
BLUE value IS 172 (67.58% from 255) = 27.09%
R=37.01%
G=35.91%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522817200.030.270.0853.3361.1779.8
HexEBE4AC031B8353d50
Octal3533442540333106575120
Binary1110101111100100101011000111101110001101011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4AC; }

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

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

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

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

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

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

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

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