#EBE19D

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

Shades of Pale Goldenrod #EBE19D

Tints of Pale Goldenrod #EBE19D

Color information

#EBE19D (or 0xEBE19D) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E1 and 9D. RGB value is (235,225,157). Sum of RGB (Red+Green+Blue) = 235+225+157=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 157 (61.72% from 255 or 25.45% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE19D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE19D is #141E62. Grayscale: #DCDCDC. Windows color (decimal): -1318499 or 10346987. OLE color: 10346987.

HSL color Cylindrical-coordinate representation of color #EBE19D: hue angle of 52.31º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBE19D is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB235225157-
CMYK00.040.330.08
HSL52.31º66.1%76.86%-
HSV(B)52.31º33.19%92.16%-
XYZ67.2773.9542.63-
YUV220.2492.31138.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 225 (88.28% from 255) = 36.47%
BLUE value IS 157 (61.72% from 255) = 25.45%
R=38.09%
G=36.47%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522515700.040.330.0852.3166.176.86
HexEBE19D0421834424d
Octal35334123504411064102115
Binary1110101111100001100111010100100001100011010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE19D; }

 p { color: rgb(235,225,157); }

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

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

 a { background-color: rgb(235,225,157); }

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

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

 span { border-color: rgb(235,225,157); }

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