#EBE5AB

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

Shades of Pale Goldenrod #EBE5AB

Tints of Pale Goldenrod #EBE5AB

Color information

#EBE5AB (or 0xEBE5AB) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E5 and AB. RGB value is (235,229,171). Sum of RGB (Red+Green+Blue) = 235+229+171=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 171 (67.19% from 255 or 26.93% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE5AB is #141A54. Grayscale: #E0E0E0. Windows color (decimal): -1317461 or 11265515. OLE color: 11265515.

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

Color convert

RGB235229171-
CMYK00.030.270.08
HSL54.38º61.54%79.61%-
HSV(B)54.38º27.23%92.16%-
XYZ69.6376.6449.65-
YUV224.1897.99135.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 229 (89.84% from 255) = 36.06%
BLUE value IS 171 (67.19% from 255) = 26.93%
R=37.01%
G=36.06%
B=26.93%

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
Decimal23522917100.030.270.0854.3861.5479.61
HexEBE5AB031B8363e50
Octal3533452530333106676120
Binary1110101111100101101010110111101110001101101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5AB; }

 p { color: rgb(235,229,171); }

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

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

 a { background-color: rgb(235,229,171); }

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

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

 span { border-color: rgb(235,229,171); }

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