#EBE1B1

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

Shades of Pale Goldenrod #EBE1B1

Tints of Pale Goldenrod #EBE1B1

Color information

#EBE1B1 (or 0xEBE1B1) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E1 and B1. RGB value is (235,225,177). Sum of RGB (Red+Green+Blue) = 235+225+177=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE1B1 is #141E4E. Grayscale: #DEDEDE. Windows color (decimal): -1318479 or 11657707. OLE color: 11657707.

HSL color Cylindrical-coordinate representation of color #EBE1B1: hue angle of 49.66º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBE1B1 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB235225177-
CMYK00.040.250.08
HSL49.66º59.18%80.78%-
HSV(B)49.66º24.68%92.16%-
XYZ69.1274.6952.37-
YUV222.52102.31136.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 225 (88.28% from 255) = 35.32%
BLUE value IS 177 (69.53% from 255) = 27.79%
R=36.89%
G=35.32%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522517700.040.250.0849.6659.1880.78
HexEBE1B104198323b51
Octal3533412610431106273121
Binary11101011111000011011000101001100110001100101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1B1; }

 p { color: rgb(235,225,177); }

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

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

 a { background-color: rgb(235,225,177); }

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

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

 span { border-color: rgb(235,225,177); }

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