#ECDA95

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

Shades of Splash #ECDA95

Tints of Splash #ECDA95

Color information

#ECDA95 (or 0xECDA95) is unknown color: approx Splash. HEX triplet: EC, DA and 95. RGB value is (236,218,149). Sum of RGB (Red+Green+Blue) = 236+218+149=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA95 is #13256A. Grayscale: #D7D7D7. Windows color (decimal): -1254763 or 9820908. OLE color: 9820908.

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

Color convert

RGB236218149-
CMYK00.080.370.07
HSL47.59º69.6%75.49%-
HSV(B)47.59º36.86%92.55%-
XYZ65.0970.1538.54-
YUV215.5290.46142.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 149 (58.59% from 255) = 24.71%
R=39.14%
G=36.15%
B=24.71%

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
Decimal23621814900.080.370.0747.5969.675.49
HexECDA950825730464b
Octal35433222501045760106113
Binary1110110011011010100101010100010010111111000010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDA95; }

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

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

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

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

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

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

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

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