#ECD49E

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

Shades of Splash #ECD49E

Tints of Splash #ECD49E

Color information

#ECD49E (or 0xECD49E) is unknown color: approx Splash. HEX triplet: EC, D4 and 9E. RGB value is (236,212,158). Sum of RGB (Red+Green+Blue) = 236+212+158=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD49E is #132B61. Grayscale: #D5D5D5. Windows color (decimal): -1256290 or 10409196. OLE color: 10409196.

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

Color convert

RGB236212158-
CMYK00.100.330.07
HSL41.54º67.24%77.25%-
HSV(B)41.54º33.05%92.55%-
XYZ64.3167.3941.97-
YUV213.0296.95144.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 212 (83.20% from 255) = 34.98%
BLUE value IS 158 (62.11% from 255) = 26.07%
R=38.94%
G=34.98%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621215800.100.330.0741.5467.2477.25
HexECD49E0A2172a434d
Octal35432423601241752103115
Binary1110110011010100100111100101010000111110101010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD49E; }

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

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

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

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

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

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

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

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