#EBE2A4

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

Shades of Pale Goldenrod #EBE2A4

Tints of Pale Goldenrod #EBE2A4

Color information

#EBE2A4 (or 0xEBE2A4) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E2 and A4. RGB value is (235,226,164). Sum of RGB (Red+Green+Blue) = 235+226+164=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 164 (64.45% from 255 or 26.24% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE2A4 is #141D5B. Grayscale: #DDDDDD. Windows color (decimal): -1318236 or 10805995. OLE color: 10805995.

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

Color convert

RGB235226164-
CMYK00.040.300.08
HSL52.39º63.96%78.24%-
HSV(B)52.39º30.21%92.16%-
XYZ68.1674.7445.95-
YUV221.6295.48137.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 226 (88.67% from 255) = 36.16%
BLUE value IS 164 (64.45% from 255) = 26.24%
R=37.6%
G=36.16%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522616400.040.300.0852.3963.9678.24
HexEBE2A4041E834404e
Octal35334224404361064100116
Binary111010111110001010100100010011110100011010010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2A4; }

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

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

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

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

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

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

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

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