#EBDD9A

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

Shades of Splash #EBDD9A

Tints of Splash #EBDD9A

Color information

#EBDD9A (or 0xEBDD9A) is unknown color: approx Splash. HEX triplet: EB, DD and 9A. RGB value is (235,221,154). Sum of RGB (Red+Green+Blue) = 235+221+154=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDD9A is #142265. Grayscale: #D9D9D9. Windows color (decimal): -1319526 or 10149355. OLE color: 10149355.

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

Color convert

RGB235221154-
CMYK00.060.340.08
HSL49.63º66.94%76.27%-
HSV(B)49.63º34.47%92.16%-
XYZ65.9571.7140.94-
YUV217.5592.14140.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 221 (86.72% from 255) = 36.23%
BLUE value IS 154 (60.55% from 255) = 25.25%
R=38.52%
G=36.23%
B=25.25%

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
Decimal23522115400.060.340.0849.6366.9476.27
HexEBDD9A0622832434c
Octal35333523206421062103114
Binary1110101111011101100110100110100010100011001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDD9A; }

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

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

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

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

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

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

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

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