#EBE3A4

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

Shades of Pale Goldenrod #EBE3A4

Tints of Pale Goldenrod #EBE3A4

Color information

#EBE3A4 (or 0xEBE3A4) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E3 and A4. RGB value is (235,227,164). Sum of RGB (Red+Green+Blue) = 235+227+164=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 227 (89.06% from 255 or 36.26% from 626); Blue value is 164 (64.45% from 255 or 26.20% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE3A4 is #141C5B. Grayscale: #DEDEDE. Windows color (decimal): -1317980 or 10806251. OLE color: 10806251.

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

Color convert

RGB235227164-
CMYK00.030.300.08
HSL53.24º63.96%78.24%-
HSV(B)53.24º30.21%92.16%-
XYZ68.4375.2846.05-
YUV222.2195.15137.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 227 (89.06% from 255) = 36.26%
BLUE value IS 164 (64.45% from 255) = 26.20%
R=37.54%
G=36.26%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522716400.030.300.0853.2463.9678.24
HexEBE3A4031E835404e
Octal35334324403361065100116
Binary11101011111000111010010001111110100011010110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE3A4; }

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

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

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

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

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

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

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

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