#EBE1AA

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

Shades of Pale Goldenrod #EBE1AA

Tints of Pale Goldenrod #EBE1AA

Color information

#EBE1AA (or 0xEBE1AA) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E1 and AA. RGB value is (235,225,170). Sum of RGB (Red+Green+Blue) = 235+225+170=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE1AA is #141E55. Grayscale: #DDDDDD. Windows color (decimal): -1318486 or 11198955. OLE color: 11198955.

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

Color convert

RGB235225170-
CMYK00.040.280.08
HSL50.77º61.9%79.41%-
HSV(B)50.77º27.66%92.16%-
XYZ68.4474.4148.79-
YUV221.7298.81137.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 225 (88.28% from 255) = 35.71%
BLUE value IS 170 (66.80% from 255) = 26.98%
R=37.30%
G=35.71%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522517000.040.280.0850.7761.979.41
HexEBE1AA041C8333e4f
Octal3533412520434106376117
Binary11101011111000011010101001001110010001100111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1AA; }

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

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

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

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

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

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

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

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