#EBE5B4

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

Shades of Pale Goldenrod #EBE5B4

Tints of Pale Goldenrod #EBE5B4

Color information

#EBE5B4 (or 0xEBE5B4) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E5 and B4. RGB value is (235,229,180). Sum of RGB (Red+Green+Blue) = 235+229+180=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 180 (70.70% from 255 or 27.95% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5B4 is #141A4B. Grayscale: #E1E1E1. Windows color (decimal): -1317452 or 11855339. OLE color: 11855339.

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

Color convert

RGB235229180-
CMYK00.030.230.08
HSL53.45º57.89%81.37%-
HSV(B)53.45º23.4%92.16%-
XYZ70.527754.33-
YUV225.21102.49134.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.49%
GREEN value IS 229 (89.84% from 255) = 35.56%
BLUE value IS 180 (70.70% from 255) = 27.95%
R=36.49%
G=35.56%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522918000.030.230.0853.4557.8981.37
HexEBE5B403178353a51
Octal3533452640327106572121
Binary1110101111100101101101000111011110001101011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5B4; }

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

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

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

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

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

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

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

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