#EBE5AA

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

Shades of Pale Goldenrod #EBE5AA

Tints of Pale Goldenrod #EBE5AA

Color information

#EBE5AA (or 0xEBE5AA) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E5 and AA. RGB value is (235,229,170). Sum of RGB (Red+Green+Blue) = 235+229+170=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 170 (66.80% from 255 or 26.81% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE5AA is #141A55. Grayscale: #E0E0E0. Windows color (decimal): -1317462 or 11199979. OLE color: 11199979.

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

Color convert

RGB235229170-
CMYK00.030.280.08
HSL54.46º61.9%79.41%-
HSV(B)54.46º27.66%92.16%-
XYZ69.5476.649.15-
YUV224.0797.49135.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 229 (89.84% from 255) = 36.12%
BLUE value IS 170 (66.80% from 255) = 26.81%
R=37.07%
G=36.12%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522917000.030.280.0854.4661.979.41
HexEBE5AA031C8363e4f
Octal3533452520334106676117
Binary1110101111100101101010100111110010001101101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5AA; }

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

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

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

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

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

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

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

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