#EBE6A5

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

Shades of Pale Goldenrod #EBE6A5

Tints of Pale Goldenrod #EBE6A5

Color information

#EBE6A5 (or 0xEBE6A5) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E6 and A5. RGB value is (235,230,165). Sum of RGB (Red+Green+Blue) = 235+230+165=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 165 (64.84% from 255 or 26.19% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE6A5 is #14195A. Grayscale: #E0E0E0. Windows color (decimal): -1317211 or 10872555. OLE color: 10872555.

HSL color Cylindrical-coordinate representation of color #EBE6A5: hue angle of 55.71º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBE6A5 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235230165-
CMYK00.020.300.08
HSL55.71º63.64%78.43%-
HSV(B)55.71º29.79%92.16%-
XYZ69.3576.9746.8-
YUV224.0894.66135.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 230 (90.23% from 255) = 36.51%
BLUE value IS 165 (64.84% from 255) = 26.19%
R=37.30%
G=36.51%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523016500.020.300.0855.7163.6478.43
HexEBE6A5021E838404e
Octal35334624502361070100116
Binary11101011111001101010010101011110100011100010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6A5; }

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

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

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

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

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

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

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

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