#EBEAA4

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

Shades of Pale Goldenrod #EBEAA4

Tints of Pale Goldenrod #EBEAA4

Color information

#EBEAA4 (or 0xEBEAA4) is unknown color: approx Pale Goldenrod. HEX triplet: EB, EA and A4. RGB value is (235,234,164). Sum of RGB (Red+Green+Blue) = 235+234+164=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 164 (64.45% from 255 or 25.91% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEAA4 is #14155B. Grayscale: #E2E2E2. Windows color (decimal): -1316188 or 10808043. OLE color: 10808043.

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

Color convert

RGB235234164-
CMYK00.000.300.08
HSL59.15º63.96%78.24%-
HSV(B)59.15º30.21%92.16%-
XYZ70.3879.1946.7-
YUV226.3292.83134.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 234 (91.80% from 255) = 36.97%
BLUE value IS 164 (64.45% from 255) = 25.91%
R=37.12%
G=36.97%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523416400.000.300.0859.1563.9678.24
HexEBEAA4001E83b404e
Octal35335224400361073100116
Binary1110101111101010101001000011110100011101110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAA4; }

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

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

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

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

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

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

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

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