#EBE4B0

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

Shades of Pale Goldenrod #EBE4B0

Tints of Pale Goldenrod #EBE4B0

Color information

#EBE4B0 (or 0xEBE4B0) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E4 and B0. RGB value is (235,228,176). Sum of RGB (Red+Green+Blue) = 235+228+176=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 176 (69.14% from 255 or 27.54% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE4B0 is #141B4F. Grayscale: #E0E0E0. Windows color (decimal): -1317712 or 11592939. OLE color: 11592939.

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

Color convert

RGB235228176-
CMYK00.030.250.08
HSL52.88º59.6%80.59%-
HSV(B)52.88º25.11%92.16%-
XYZ69.8476.2852.12-
YUV224.16100.82135.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 228 (89.45% from 255) = 35.68%
BLUE value IS 176 (69.14% from 255) = 27.54%
R=36.78%
G=35.68%
B=27.54%

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
Decimal23522817600.030.250.0852.8859.680.59
HexEBE4B003198353c51
Octal3533442600331106574121
Binary1110101111100100101100000111100110001101011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4B0; }

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

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

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

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

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

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

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

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