#ECDB97

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

Shades of Splash #ECDB97

Tints of Splash #ECDB97

Color information

#ECDB97 (or 0xECDB97) is unknown color: approx Splash. HEX triplet: EC, DB and 97. RGB value is (236,219,151). Sum of RGB (Red+Green+Blue) = 236+219+151=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 151 (59.38% from 255 or 24.92% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB97 is #132468. Grayscale: #D8D8D8. Windows color (decimal): -1254505 or 9952236. OLE color: 9952236.

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

Color convert

RGB236219151-
CMYK00.070.360.07
HSL48º69.11%75.88%-
HSV(B)48º36.02%92.55%-
XYZ65.5170.7339.48-
YUV216.3391.13142.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 219 (85.94% from 255) = 36.14%
BLUE value IS 151 (59.38% from 255) = 24.92%
R=38.94%
G=36.14%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621915100.070.360.074869.1175.88
HexECDB970724730454c
Octal3543332270744760105114
Binary111011001101101110010111011110010011111000010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDB97; }

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

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

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

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

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

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

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

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