#ECD997

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

Shades of Splash #ECD997

Tints of Splash #ECD997

Color information

#ECD997 (or 0xECD997) is unknown color: approx Splash. HEX triplet: EC, D9 and 97. RGB value is (236,217,151). Sum of RGB (Red+Green+Blue) = 236+217+151=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 217 (85.16% from 255 or 35.93% from 604); Blue value is 151 (59.38% from 255 or 25% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD997 is #132668. Grayscale: #D7D7D7. Windows color (decimal): -1255017 or 9951724. OLE color: 9951724.

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

Color convert

RGB236217151-
CMYK00.080.360.07
HSL46.59º69.11%75.88%-
HSV(B)46.59º36.02%92.55%-
XYZ64.9969.6939.3-
YUV215.1691.79142.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 217 (85.16% from 255) = 35.93%
BLUE value IS 151 (59.38% from 255) = 25%
R=39.07%
G=35.93%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621715100.080.360.0746.5969.1175.88
HexECD997082472f454c
Octal35433122701044757105114
Binary1110110011011001100101110100010010011110111110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD997; }

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

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

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

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

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

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

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

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