#EBE6AB

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

Shades of Pale Goldenrod #EBE6AB

Tints of Pale Goldenrod #EBE6AB

Color information

#EBE6AB (or 0xEBE6AB) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E6 and AB. RGB value is (235,230,171). Sum of RGB (Red+Green+Blue) = 235+230+171=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 230 (90.23% from 255 or 36.16% from 636); Blue value is 171 (67.19% from 255 or 26.89% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE6AB is #141954. Grayscale: #E1E1E1. Windows color (decimal): -1317205 or 11265771. OLE color: 11265771.

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

Color convert

RGB235230171-
CMYK00.020.270.08
HSL55.31º61.54%79.61%-
HSV(B)55.31º27.23%92.16%-
XYZ69.9177.249.74-
YUV224.7797.66135.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 230 (90.23% from 255) = 36.16%
BLUE value IS 171 (67.19% from 255) = 26.89%
R=36.95%
G=36.16%
B=26.89%

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
Decimal23523017100.020.270.0855.3161.5479.61
HexEBE6AB021B8373e50
Octal3533462530233106776120
Binary1110101111100110101010110101101110001101111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6AB; }

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

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

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

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

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

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

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

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