#EBE6A9

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

Shades of Pale Goldenrod #EBE6A9

Tints of Pale Goldenrod #EBE6A9

Color information

#EBE6A9 (or 0xEBE6A9) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E6 and A9. RGB value is (235,230,169). Sum of RGB (Red+Green+Blue) = 235+230+169=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 169 (66.41% from 255 or 26.66% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE6A9 is #141956. Grayscale: #E0E0E0. Windows color (decimal): -1317207 or 11134699. OLE color: 11134699.

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

Color convert

RGB235230169-
CMYK00.020.280.08
HSL55.45º62.26%79.22%-
HSV(B)55.45º28.09%92.16%-
XYZ69.7277.1248.75-
YUV224.5496.66135.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 230 (90.23% from 255) = 36.28%
BLUE value IS 169 (66.41% from 255) = 26.66%
R=37.07%
G=36.28%
B=26.66%

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
Decimal23523016900.020.280.0855.4562.2679.22
HexEBE6A9021C8373e4f
Octal3533462510234106776117
Binary1110101111100110101010010101110010001101111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6A9; }

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

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

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

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

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

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

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

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