#EBE4AD

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

Shades of Pale Goldenrod #EBE4AD

Tints of Pale Goldenrod #EBE4AD

Color information

#EBE4AD (or 0xEBE4AD) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E4 and AD. RGB value is (235,228,173). Sum of RGB (Red+Green+Blue) = 235+228+173=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 173 (67.97% from 255 or 27.20% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE4AD is #141B52. Grayscale: #E0E0E0. Windows color (decimal): -1317715 or 11396331. OLE color: 11396331.

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

Color convert

RGB235228173-
CMYK00.030.260.08
HSL53.23º60.78%80%-
HSV(B)53.23º26.38%92.16%-
XYZ69.5576.1750.57-
YUV223.8299.32135.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 228 (89.45% from 255) = 35.85%
BLUE value IS 173 (67.97% from 255) = 27.20%
R=36.95%
G=35.85%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522817300.030.260.0853.2360.7880
HexEBE4AD031A8353d50
Octal3533442550332106575120
Binary1110101111100100101011010111101010001101011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4AD; }

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

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

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

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

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

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

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

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