#EBE1AD

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

Shades of Pale Goldenrod #EBE1AD

Tints of Pale Goldenrod #EBE1AD

Color information

#EBE1AD (or 0xEBE1AD) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E1 and AD. RGB value is (235,225,173). Sum of RGB (Red+Green+Blue) = 235+225+173=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE1AD is #141E52. Grayscale: #DEDEDE. Windows color (decimal): -1318483 or 11395563. OLE color: 11395563.

HSL color Cylindrical-coordinate representation of color #EBE1AD: hue angle of 50.32º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBE1AD is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235225173-
CMYK00.040.260.08
HSL50.32º60.78%80%-
HSV(B)50.32º26.38%92.16%-
XYZ68.7374.5350.3-
YUV222.06100.31137.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 225 (88.28% from 255) = 35.55%
BLUE value IS 173 (67.97% from 255) = 27.33%
R=37.12%
G=35.55%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522517300.040.260.0850.3260.7880
HexEBE1AD041A8323d50
Octal3533412550432106275120
Binary11101011111000011010110101001101010001100101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1AD; }

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

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

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

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

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

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

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

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