#ECDB95

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

Shades of Splash #ECDB95

Tints of Splash #ECDB95

Color information

#ECDB95 (or 0xECDB95) is unknown color: approx Splash. HEX triplet: EC, DB and 95. RGB value is (236,219,149). Sum of RGB (Red+Green+Blue) = 236+219+149=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB95 is #13246A. Grayscale: #D8D8D8. Windows color (decimal): -1254507 or 9821164. OLE color: 9821164.

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

Color convert

RGB236219149-
CMYK00.070.370.07
HSL48.28º69.6%75.49%-
HSV(B)48.28º36.86%92.55%-
XYZ65.3570.6738.63-
YUV216.190.13142.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 219 (85.94% from 255) = 36.26%
BLUE value IS 149 (58.59% from 255) = 24.67%
R=39.07%
G=36.26%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621914900.070.370.0748.2869.675.49
HexECDB950725730464b
Octal3543332250745760106113
Binary111011001101101110010101011110010111111000010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDB95; }

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

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

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

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

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

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

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

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