#EBDC9A

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

Shades of Splash #EBDC9A

Tints of Splash #EBDC9A

Color information

#EBDC9A (or 0xEBDC9A) is unknown color: approx Splash. HEX triplet: EB, DC and 9A. RGB value is (235,220,154). Sum of RGB (Red+Green+Blue) = 235+220+154=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDC9A is #142365. Grayscale: #D9D9D9. Windows color (decimal): -1319782 or 10149099. OLE color: 10149099.

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

Color convert

RGB235220154-
CMYK00.060.340.08
HSL48.89º66.94%76.27%-
HSV(B)48.89º34.47%92.16%-
XYZ65.6971.1840.85-
YUV216.9692.47140.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 154 (60.55% from 255) = 25.29%
R=38.59%
G=36.12%
B=25.29%

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
Decimal23522015400.060.340.0848.8966.9476.27
HexEBDC9A0622831434c
Octal35333423206421061103114
Binary1110101111011100100110100110100010100011000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDC9A; }

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

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

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

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

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

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

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

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