#EBE6AA

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

Shades of Pale Goldenrod #EBE6AA

Tints of Pale Goldenrod #EBE6AA

Color information

#EBE6AA (or 0xEBE6AA) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E6 and AA. RGB value is (235,230,170). Sum of RGB (Red+Green+Blue) = 235+230+170=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 230 (90.23% from 255 or 36.22% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE6AA is #141955. Grayscale: #E0E0E0. Windows color (decimal): -1317206 or 11200235. OLE color: 11200235.

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

Color convert

RGB235230170-
CMYK00.020.280.08
HSL55.38º61.9%79.41%-
HSV(B)55.38º27.66%92.16%-
XYZ69.8177.1649.24-
YUV224.6597.16135.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 230 (90.23% from 255) = 36.22%
BLUE value IS 170 (66.80% from 255) = 26.77%
R=37.01%
G=36.22%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523017000.020.280.0855.3861.979.41
HexEBE6AA021C8373e4f
Octal3533462520234106776117
Binary1110101111100110101010100101110010001101111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6AA; }

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

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

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

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

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

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

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

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