#ECDA9A

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

Shades of Splash #ECDA9A

Tints of Splash #ECDA9A

Color information

#ECDA9A (or 0xECDA9A) is unknown color: approx Splash. HEX triplet: EC, DA and 9A. RGB value is (236,218,154). Sum of RGB (Red+Green+Blue) = 236+218+154=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 154 (60.55% from 255 or 25.33% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA9A is #132565. Grayscale: #D8D8D8. Windows color (decimal): -1254758 or 10148588. OLE color: 10148588.

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

Color convert

RGB236218154-
CMYK00.080.350.07
HSL46.83º68.33%76.47%-
HSV(B)46.83º34.75%92.55%-
XYZ65.570.3140.69-
YUV216.0992.96142.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 218 (85.55% from 255) = 35.86%
BLUE value IS 154 (60.55% from 255) = 25.33%
R=38.82%
G=35.86%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621815400.080.350.0746.8368.3376.47
HexECDA9A082372f444c
Octal35433223201043757104114
Binary1110110011011010100110100100010001111110111110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDA9A; }

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

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

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

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

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

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

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

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