#ECDC9E

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

Shades of Splash #ECDC9E

Tints of Splash #ECDC9E

Color information

#ECDC9E (or 0xECDC9E) is unknown color: approx Splash. HEX triplet: EC, DC and 9E. RGB value is (236,220,158). Sum of RGB (Red+Green+Blue) = 236+220+158=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 158 (62.11% from 255 or 25.73% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC9E is #132361. Grayscale: #D9D9D9. Windows color (decimal): -1254242 or 10411244. OLE color: 10411244.

HSL color Cylindrical-coordinate representation of color #ECDC9E: hue angle of 47.69º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECDC9E is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB236220158-
CMYK00.070.330.07
HSL47.69º67.24%77.25%-
HSV(B)47.69º33.05%92.55%-
XYZ66.3671.4942.65-
YUV217.7294.3141.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 158 (62.11% from 255) = 25.73%
R=38.44%
G=35.83%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622015800.070.330.0747.6967.2477.25
HexECDC9E0721730434d
Octal3543342360741760103115
Binary111011001101110010011110011110000111111000010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC9E; }

 p { color: rgb(236,220,158); }

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

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

 a { background-color: rgb(236,220,158); }

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

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

 span { border-color: rgb(236,220,158); }

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