#ECD995

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

Shades of Splash #ECD995

Tints of Splash #ECD995

Color information

#ECD995 (or 0xECD995) is unknown color: approx Splash. HEX triplet: EC, D9 and 95. RGB value is (236,217,149). Sum of RGB (Red+Green+Blue) = 236+217+149=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD995 is #13266A. Grayscale: #D7D7D7. Windows color (decimal): -1255019 or 9820652. OLE color: 9820652.

HSL color Cylindrical-coordinate representation of color #ECD995: hue angle of 46.9º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECD995 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB236217149-
CMYK00.080.370.07
HSL46.9º69.6%75.49%-
HSV(B)46.9º36.86%92.55%-
XYZ64.8369.6338.46-
YUV214.9390.79143.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.20%
GREEN value IS 217 (85.16% from 255) = 36.05%
BLUE value IS 149 (58.59% from 255) = 24.75%
R=39.20%
G=36.05%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621714900.080.370.0746.969.675.49
HexECD995082572f464b
Octal35433122501045757106113
Binary1110110011011001100101010100010010111110111110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD995; }

 p { color: rgb(236,217,149); }

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

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

 a { background-color: rgb(236,217,149); }

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

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

 span { border-color: rgb(236,217,149); }

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