#EBE4A3

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

Shades of Pale Goldenrod #EBE4A3

Tints of Pale Goldenrod #EBE4A3

Color information

#EBE4A3 (or 0xEBE4A3) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E4 and A3. RGB value is (235,228,163). Sum of RGB (Red+Green+Blue) = 235+228+163=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 228 (89.45% from 255 or 36.42% from 626); Blue value is 163 (64.06% from 255 or 26.04% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE4A3 is #141B5C. Grayscale: #DEDEDE. Windows color (decimal): -1317725 or 10740971. OLE color: 10740971.

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

Color convert

RGB235228163-
CMYK00.030.310.08
HSL54.17º64.29%78.04%-
HSV(B)54.17º30.64%92.16%-
XYZ68.6275.7945.66-
YUV222.6894.32136.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 228 (89.45% from 255) = 36.42%
BLUE value IS 163 (64.06% from 255) = 26.04%
R=37.54%
G=36.42%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522816300.030.310.0854.1764.2978.04
HexEBE4A3031F836404e
Octal35334424303371066100116
Binary11101011111001001010001101111111100011011010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4A3; }

 p { color: rgb(235,228,163); }

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

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

 a { background-color: rgb(235,228,163); }

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

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

 span { border-color: rgb(235,228,163); }

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