#EBE5AF

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

Shades of Pale Goldenrod #EBE5AF

Tints of Pale Goldenrod #EBE5AF

Color information

#EBE5AF (or 0xEBE5AF) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E5 and AF. RGB value is (235,229,175). Sum of RGB (Red+Green+Blue) = 235+229+175=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE5AF is #141A50. Grayscale: #E0E0E0. Windows color (decimal): -1317457 or 11527659. OLE color: 11527659.

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

Color convert

RGB235229175-
CMYK00.030.260.08
HSL54º60%80.39%-
HSV(B)54º25.53%92.16%-
XYZ70.0276.851.69-
YUV224.6499.99135.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 229 (89.84% from 255) = 35.84%
BLUE value IS 175 (68.75% from 255) = 27.39%
R=36.78%
G=35.84%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522917500.030.260.08546080.39
HexEBE5AF031A8363c50
Octal3533452570332106674120
Binary1110101111100101101011110111101010001101101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5AF; }

 p { color: rgb(235,229,175); }

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

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

 a { background-color: rgb(235,229,175); }

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

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

 span { border-color: rgb(235,229,175); }

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