#EBE6AE

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

Shades of Pale Goldenrod #EBE6AE

Tints of Pale Goldenrod #EBE6AE

Color information

#EBE6AE (or 0xEBE6AE) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E6 and AE. RGB value is (235,230,174). Sum of RGB (Red+Green+Blue) = 235+230+174=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 174 (68.36% from 255 or 27.23% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE6AE is #141951. Grayscale: #E1E1E1. Windows color (decimal): -1317202 or 11462379. OLE color: 11462379.

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

Color convert

RGB235230174-
CMYK00.020.260.08
HSL55.08º60.4%80.2%-
HSV(B)55.08º25.96%92.16%-
XYZ70.277.3151.27-
YUV225.1199.16135.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 230 (90.23% from 255) = 35.99%
BLUE value IS 174 (68.36% from 255) = 27.23%
R=36.78%
G=35.99%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523017400.020.260.0855.0860.480.2
HexEBE6AE021A8373c50
Octal3533462560232106774120
Binary1110101111100110101011100101101010001101111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6AE; }

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

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

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

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

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

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

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

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