#EBE5B0

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

Shades of Pale Goldenrod #EBE5B0

Tints of Pale Goldenrod #EBE5B0

Color information

#EBE5B0 (or 0xEBE5B0) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E5 and B0. RGB value is (235,229,176). Sum of RGB (Red+Green+Blue) = 235+229+176=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 176 (69.14% from 255 or 27.5% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE5B0 is #141A4F. Grayscale: #E0E0E0. Windows color (decimal): -1317456 or 11593195. OLE color: 11593195.

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

Color convert

RGB235229176-
CMYK00.030.250.08
HSL53.9º59.6%80.59%-
HSV(B)53.9º25.11%92.16%-
XYZ70.1276.8452.21-
YUV224.75100.49135.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 229 (89.84% from 255) = 35.78%
BLUE value IS 176 (69.14% from 255) = 27.5%
R=36.72%
G=35.78%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522917600.030.250.0853.959.680.59
HexEBE5B003198363c51
Octal3533452600331106674121
Binary1110101111100101101100000111100110001101101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5B0; }

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

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

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

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

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

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

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

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