#EBE6A6

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

Shades of Pale Goldenrod #EBE6A6

Tints of Pale Goldenrod #EBE6A6

Color information

#EBE6A6 (or 0xEBE6A6) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E6 and A6. RGB value is (235,230,166). Sum of RGB (Red+Green+Blue) = 235+230+166=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 230 (90.23% from 255 or 36.45% from 631); Blue value is 166 (65.23% from 255 or 26.31% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE6A6 is #141959. Grayscale: #E0E0E0. Windows color (decimal): -1317210 or 10938091. OLE color: 10938091.

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

Color convert

RGB235230166-
CMYK00.020.290.08
HSL55.65º63.3%78.63%-
HSV(B)55.65º29.36%92.16%-
XYZ69.4477.0147.28-
YUV224.295.16135.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 230 (90.23% from 255) = 36.45%
BLUE value IS 166 (65.23% from 255) = 26.31%
R=37.24%
G=36.45%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523016600.020.290.0855.6563.378.63
HexEBE6A6021D8383f4f
Octal3533462460235107077117
Binary1110101111100110101001100101110110001110001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6A6; }

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

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

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

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

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

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

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

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