#EBDD9B

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

Shades of Splash #EBDD9B

Tints of Splash #EBDD9B

Color information

#EBDD9B (or 0xEBDD9B) is unknown color: approx Splash. HEX triplet: EB, DD and 9B. RGB value is (235,221,155). Sum of RGB (Red+Green+Blue) = 235+221+155=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 155 (60.94% from 255 or 25.37% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDD9B is #142264. Grayscale: #D9D9D9. Windows color (decimal): -1319525 or 10214891. OLE color: 10214891.

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

Color convert

RGB235221155-
CMYK00.060.340.08
HSL49.5º66.67%76.47%-
HSV(B)49.5º34.04%92.16%-
XYZ66.0371.7441.38-
YUV217.6692.64140.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 221 (86.72% from 255) = 36.17%
BLUE value IS 155 (60.94% from 255) = 25.37%
R=38.46%
G=36.17%
B=25.37%

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
Decimal23522115500.060.340.0849.566.6776.47
HexEBDD9B0622832434c
Octal35333523306421062103114
Binary1110101111011101100110110110100010100011001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDD9B; }

 p { color: rgb(235,221,155); }

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

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

 a { background-color: rgb(235,221,155); }

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

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

 span { border-color: rgb(235,221,155); }

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