#EBE1A6

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

Shades of Pale Goldenrod #EBE1A6

Tints of Pale Goldenrod #EBE1A6

Color information

#EBE1A6 (or 0xEBE1A6) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E1 and A6. RGB value is (235,225,166). Sum of RGB (Red+Green+Blue) = 235+225+166=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 166 (65.23% from 255 or 26.52% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE1A6 is #141E59. Grayscale: #DDDDDD. Windows color (decimal): -1318490 or 10936811. OLE color: 10936811.

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

Color convert

RGB235225166-
CMYK00.040.290.08
HSL51.3º63.3%78.63%-
HSV(B)51.3º29.36%92.16%-
XYZ68.0774.2746.82-
YUV221.2696.81137.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 225 (88.28% from 255) = 35.94%
BLUE value IS 166 (65.23% from 255) = 26.52%
R=37.54%
G=35.94%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522516600.040.290.0851.363.378.63
HexEBE1A6041D8333f4f
Octal3533412460435106377117
Binary11101011111000011010011001001110110001100111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1A6; }

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

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

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

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

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

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

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

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