#EBE6A0

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

Shades of Pale Goldenrod #EBE6A0

Tints of Pale Goldenrod #EBE6A0

Color information

#EBE6A0 (or 0xEBE6A0) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E6 and A0. RGB value is (235,230,160). Sum of RGB (Red+Green+Blue) = 235+230+160=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 160 (62.89% from 255 or 25.6% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE6A0 is #14195F. Grayscale: #DFDFDF. Windows color (decimal): -1317216 or 10544875. OLE color: 10544875.

HSL color Cylindrical-coordinate representation of color #EBE6A0: hue angle of 56º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBE6A0 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB235230160-
CMYK00.020.320.08
HSL56º65.22%77.45%-
HSV(B)56º31.91%92.16%-
XYZ68.976.7944.45-
YUV223.5292.16136.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 230 (90.23% from 255) = 36.8%
BLUE value IS 160 (62.89% from 255) = 25.6%
R=37.6%
G=36.8%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523016000.020.320.085665.2277.45
HexEBE6A00220838414d
Octal35334624002401070101115
Binary111010111110011010100000010100000100011100010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6A0; }

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

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

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

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

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

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

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

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