#EBE4B3

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

Shades of Pale Goldenrod #EBE4B3

Tints of Pale Goldenrod #EBE4B3

Color information

#EBE4B3 (or 0xEBE4B3) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E4 and B3. RGB value is (235,228,179). Sum of RGB (Red+Green+Blue) = 235+228+179=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 179 (70.31% from 255 or 27.88% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4B3 is #141B4C. Grayscale: #E0E0E0. Windows color (decimal): -1317709 or 11789547. OLE color: 11789547.

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

Color convert

RGB235228179-
CMYK00.030.240.08
HSL52.5º58.33%81.18%-
HSV(B)52.5º23.83%92.16%-
XYZ70.1476.453.7-
YUV224.51102.32135.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 228 (89.45% from 255) = 35.51%
BLUE value IS 179 (70.31% from 255) = 27.88%
R=36.60%
G=35.51%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522817900.030.240.0852.558.3381.18
HexEBE4B303188343a51
Octal3533442630330106472121
Binary1110101111100100101100110111100010001101001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4B3; }

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

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

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

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

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

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

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

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