#EBDE9C

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

Shades of Splash #EBDE9C

Tints of Splash #EBDE9C

Color information

#EBDE9C (or 0xEBDE9C) is unknown color: approx Splash. HEX triplet: EB, DE and 9C. RGB value is (235,222,156). Sum of RGB (Red+Green+Blue) = 235+222+156=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDE9C is #142163. Grayscale: #DADADA. Windows color (decimal): -1319268 or 10280683. OLE color: 10280683.

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

Color convert

RGB235222156-
CMYK00.060.340.08
HSL50.13º66.39%76.67%-
HSV(B)50.13º33.62%92.16%-
XYZ66.3872.3141.91-
YUV218.3692.81139.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 222 (87.11% from 255) = 36.22%
BLUE value IS 156 (61.33% from 255) = 25.45%
R=38.34%
G=36.22%
B=25.45%

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
Decimal23522215600.060.340.0850.1366.3976.67
HexEBDE9C0622832424d
Octal35333623406421062102115
Binary1110101111011110100111000110100010100011001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDE9C; }

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

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

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

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

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

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

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

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