#EBE4A1

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

Shades of Pale Goldenrod #EBE4A1

Tints of Pale Goldenrod #EBE4A1

Color information

#EBE4A1 (or 0xEBE4A1) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E4 and A1. RGB value is (235,228,161). Sum of RGB (Red+Green+Blue) = 235+228+161=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 228 (89.45% from 255 or 36.54% from 624); Blue value is 161 (63.28% from 255 or 25.80% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE4A1 is #141B5E. Grayscale: #DEDEDE. Windows color (decimal): -1317727 or 10609899. OLE color: 10609899.

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

Color convert

RGB235228161-
CMYK00.030.310.08
HSL54.32º64.91%77.65%-
HSV(B)54.32º31.49%92.16%-
XYZ68.4475.7244.73-
YUV222.4693.32136.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 228 (89.45% from 255) = 36.54%
BLUE value IS 161 (63.28% from 255) = 25.80%
R=37.66%
G=36.54%
B=25.80%

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
Decimal23522816100.030.310.0854.3264.9177.65
HexEBE4A1031F836414e
Octal35334424103371066101116
Binary11101011111001001010000101111111100011011010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4A1; }

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

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

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

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

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

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

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

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