#EBE2AA

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

Shades of Pale Goldenrod #EBE2AA

Tints of Pale Goldenrod #EBE2AA

Color information

#EBE2AA (or 0xEBE2AA) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E2 and AA. RGB value is (235,226,170). Sum of RGB (Red+Green+Blue) = 235+226+170=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE2AA is #141D55. Grayscale: #DEDEDE. Windows color (decimal): -1318230 or 11199211. OLE color: 11199211.

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

Color convert

RGB235226170-
CMYK00.040.280.08
HSL51.69º61.9%79.41%-
HSV(B)51.69º27.66%92.16%-
XYZ68.7174.9648.88-
YUV222.3198.48137.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 226 (88.67% from 255) = 35.82%
BLUE value IS 170 (66.80% from 255) = 26.94%
R=37.24%
G=35.82%
B=26.94%

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
Decimal23522617000.040.280.0851.6961.979.41
HexEBE2AA041C8343e4f
Octal3533422520434106476117
Binary11101011111000101010101001001110010001101001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2AA; }

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

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

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

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

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

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

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

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