#EBE7A4

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

Shades of Pale Goldenrod #EBE7A4

Tints of Pale Goldenrod #EBE7A4

Color information

#EBE7A4 (or 0xEBE7A4) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E7 and A4. RGB value is (235,231,164). Sum of RGB (Red+Green+Blue) = 235+231+164=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 231 (90.62% from 255 or 36.67% from 630); Blue value is 164 (64.45% from 255 or 26.03% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE7A4 is #14185B. Grayscale: #E0E0E0. Windows color (decimal): -1316956 or 10807275. OLE color: 10807275.

HSL color Cylindrical-coordinate representation of color #EBE7A4: hue angle of 56.62º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBE7A4 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235231164-
CMYK00.020.300.08
HSL56.62º63.96%78.24%-
HSV(B)56.62º30.21%92.16%-
XYZ69.5477.4946.41-
YUV224.5693.83135.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 231 (90.62% from 255) = 36.67%
BLUE value IS 164 (64.45% from 255) = 26.03%
R=37.30%
G=36.67%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523116400.020.300.0856.6263.9678.24
HexEBE7A4021E839404e
Octal35334724402361071100116
Binary11101011111001111010010001011110100011100110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7A4; }

 p { color: rgb(235,231,164); }

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

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

 a { background-color: rgb(235,231,164); }

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

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

 span { border-color: rgb(235,231,164); }

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