#ECDC97

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

Shades of Splash #ECDC97

Tints of Splash #ECDC97

Color information

#ECDC97 (or 0xECDC97) is unknown color: approx Splash. HEX triplet: EC, DC and 97. RGB value is (236,220,151). Sum of RGB (Red+Green+Blue) = 236+220+151=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 151 (59.38% from 255 or 24.88% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC97 is #132368. Grayscale: #D9D9D9. Windows color (decimal): -1254249 or 9952492. OLE color: 9952492.

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

Color convert

RGB236220151-
CMYK00.070.360.07
HSL48.71º69.11%75.88%-
HSV(B)48.71º36.02%92.55%-
XYZ65.7771.2539.56-
YUV216.9290.8141.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 151 (59.38% from 255) = 24.88%
R=38.88%
G=36.24%
B=24.88%

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
Decimal23622015100.070.360.0748.7169.1175.88
HexECDC970724731454c
Octal3543342270744761105114
Binary111011001101110010010111011110010011111000110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC97; }

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

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

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

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

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

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

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

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