#EBE5A4

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

Shades of Pale Goldenrod #EBE5A4

Tints of Pale Goldenrod #EBE5A4

Color information

#EBE5A4 (or 0xEBE5A4) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E5 and A4. RGB value is (235,229,164). Sum of RGB (Red+Green+Blue) = 235+229+164=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 164 (64.45% from 255 or 26.11% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE5A4 is #141A5B. Grayscale: #DFDFDF. Windows color (decimal): -1317468 or 10806763. OLE color: 10806763.

HSL color Cylindrical-coordinate representation of color #EBE5A4: hue angle of 54.93º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBE5A4 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235229164-
CMYK00.030.300.08
HSL54.93º63.96%78.24%-
HSV(B)54.93º30.21%92.16%-
XYZ68.9876.3846.23-
YUV223.3894.49136.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 229 (89.84% from 255) = 36.46%
BLUE value IS 164 (64.45% from 255) = 26.11%
R=37.42%
G=36.46%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522916400.030.300.0854.9363.9678.24
HexEBE5A4031E837404e
Octal35334524403361067100116
Binary11101011111001011010010001111110100011011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5A4; }

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

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

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

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

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

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

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

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