#EBDC9C

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

Shades of Splash #EBDC9C

Tints of Splash #EBDC9C

Color information

#EBDC9C (or 0xEBDC9C) is unknown color: approx Splash. HEX triplet: EB, DC and 9C. RGB value is (235,220,156). Sum of RGB (Red+Green+Blue) = 235+220+156=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 156 (61.33% from 255 or 25.53% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDC9C is #142363. Grayscale: #D9D9D9. Windows color (decimal): -1319780 or 10280171. OLE color: 10280171.

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

Color convert

RGB235220156-
CMYK00.060.340.08
HSL48.61º66.39%76.67%-
HSV(B)48.61º33.62%92.16%-
XYZ65.8571.2541.73-
YUV217.1993.47140.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 220 (86.33% from 255) = 36.01%
BLUE value IS 156 (61.33% from 255) = 25.53%
R=38.46%
G=36.01%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522015600.060.340.0848.6166.3976.67
HexEBDC9C0622831424d
Octal35333423406421061102115
Binary1110101111011100100111000110100010100011000110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDC9C; }

 p { color: rgb(235,220,156); }

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

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

 a { background-color: rgb(235,220,156); }

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

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

 span { border-color: rgb(235,220,156); }

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