#EBE49E

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

Shades of Pale Goldenrod #EBE49E

Tints of Pale Goldenrod #EBE49E

Color information

#EBE49E (or 0xEBE49E) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E4 and 9E. RGB value is (235,228,158). Sum of RGB (Red+Green+Blue) = 235+228+158=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 228 (89.45% from 255 or 36.71% from 621); Blue value is 158 (62.11% from 255 or 25.44% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE49E is #141B61. Grayscale: #DEDEDE. Windows color (decimal): -1317730 or 10413291. OLE color: 10413291.

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

Color convert

RGB235228158-
CMYK00.030.330.08
HSL54.55º65.81%77.06%-
HSV(B)54.55º32.77%92.16%-
XYZ68.1875.6243.35-
YUV222.1191.82137.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 228 (89.45% from 255) = 36.71%
BLUE value IS 158 (62.11% from 255) = 25.44%
R=37.84%
G=36.71%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522815800.030.330.0854.5565.8177.06
HexEBE49E0321837424d
Octal35334423603411067102115
Binary111010111110010010011110011100001100011011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE49E; }

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

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

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

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

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

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

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

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