#EBE8A6

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

Shades of Pale Goldenrod #EBE8A6

Tints of Pale Goldenrod #EBE8A6

Color information

#EBE8A6 (or 0xEBE8A6) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E8 and A6. RGB value is (235,232,166). Sum of RGB (Red+Green+Blue) = 235+232+166=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 232 (91.02% from 255 or 36.65% from 633); Blue value is 166 (65.23% from 255 or 26.22% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE8A6 is #141759. Grayscale: #E1E1E1. Windows color (decimal): -1316698 or 10938603. OLE color: 10938603.

HSL color Cylindrical-coordinate representation of color #EBE8A6: hue angle of 57.39º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBE8A6 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235232166-
CMYK00.010.290.08
HSL57.39º63.3%78.63%-
HSV(B)57.39º29.36%92.16%-
XYZ7078.1347.47-
YUV225.3794.49134.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 232 (91.02% from 255) = 36.65%
BLUE value IS 166 (65.23% from 255) = 26.22%
R=37.12%
G=36.65%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523216600.010.290.0857.3963.378.63
HexEBE8A6011D8393f4f
Octal3533502460135107177117
Binary111010111110100010100110011110110001110011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8A6; }

 p { color: rgb(235,232,166); }

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

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

 a { background-color: rgb(235,232,166); }

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

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

 span { border-color: rgb(235,232,166); }

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